Html Css Color HEX #B15CEC Medium Orchid

📋 copy color: '#B15CEC'

red 177 ◦ green 92 ◦ blue 236

#B15CEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #B15CEC

Tints of Medium Orchid #B15CEC

RGB

 RED value IS 177 (69.53% from 255) = 35.05%

 GREEN value IS 92 (36.33% from 255) = 18.22%

 BLUE value IS 236 (92.58% from 255) = 46.73%

R = 35.05%
G = 18.22%
B = 46.73%

CMYK

 C value IS 0.25

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B15CEC (or 0xB15CEC) is known color: Medium Orchid. HEX triplet: B1, 5C and EC. RGB value is (177,92,236). Sum of RGB (Red+Green+Blue) = 177+92+236=505 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.05% from 505); Green value is 92 (36.33% from 255 or 18.22% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 236 - color contains mainly: blue. Hex color #B15CEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B15CEC is #4EA313. Grayscale: #858585. Windows color (decimal): -5153556 or 15490225. OLE color: 15490225.

HSL color Cylindrical-coordinate representation of color #B15CEC: hue angle of 275.42º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B15CEC is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 92 236 -
CMYK 0.25 0.61 0 0.07
HSL 275.42º 0.79% 0.64% -
HSV(B) 275.42º 0.61% 0.93% -
XYZ 37.1 23.06 81.85 -
YUV 133.83 185.66 158.79 -
System Red Green Blue C M Y K H S L
Decimal 177 92 236 0.25 0.61 0 0.07 275.42 0.79 0.64
Hex B1 5C EC 19 3D 0 7 113 4F 40
Octal 261 134 354 31 75 0 7 423 117 100
Binary 10110001 1011100 11101100 11001 111101 0 111 100010011 1001111 1000000

Color Harmonies of #B15CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15CEC

Black with #B15CEC

Text Example


Text Example

White with #B15CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15CEC; }

 p { color: rgb(177,92,236); }

 H1.HeaderClassName
 {
   color: #B15CEC;
 }
 .AnyTagClassName
 {
   color: #B15CEC;
 }
</style>

background-color css

<style>
 a { background-color: #B15CEC; }

 a { background-color: rgb(177,92,236); }

 div.DivClassName
 {
   background-color: #B15CEC;
 }
 .BgClassName
 {
   background-color: #B15CEC;
 }
</style>

border-color css

<style>
 span { border-color: #B15CEC; }

 span { border-color: rgb(177,92,236); }

 td.TdClassName
 {
   border-color: #B15CEC;
 }
 .TagClassName
 {
   border-color: #B15CEC;
 }
</style>