Html Css Color HEX #B95ECB Medium Orchid

📋 copy color: '#B95ECB'

red 185 ◦ green 94 ◦ blue 203

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

Shades of Medium Orchid #B95ECB

Tints of Medium Orchid #B95ECB

RGB

 RED value IS 185 (72.66% from 255) = 38.38%

 GREEN value IS 94 (37.11% from 255) = 19.5%

 BLUE value IS 203 (79.69% from 255) = 42.12%

R = 38.38%
G = 19.5%
B = 42.12%

CMYK

 C value IS 0.09

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B95ECB (or 0xB95ECB) is known color: Medium Orchid. HEX triplet: B9, 5E and CB. RGB value is (185,94,203). Sum of RGB (Red+Green+Blue) = 185+94+203=482 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.38% from 482); Green value is 94 (37.11% from 255 or 19.50% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 203 - color contains mainly: blue. Hex color #B95ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95ECB is #46A134. Grayscale: #858585. Windows color (decimal): -4628789 or 13328057. OLE color: 13328057.

HSL color Cylindrical-coordinate representation of color #B95ECB: hue angle of 290.09º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B95ECB is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 94 203 -
CMYK 0.09 0.54 0 0.20
HSL 290.09º 0.51% 0.58% -
HSV(B) 290.09º 0.54% 0.8% -
XYZ 34.79 22.63 59.03 -
YUV 133.64 167.15 164.64 -
System Red Green Blue C M Y K H S L
Decimal 185 94 203 0.09 0.54 0 0.20 290.09 0.51 0.58
Hex B9 5E CB 9 36 0 14 122 33 3A
Octal 271 136 313 11 66 0 24 442 63 72
Binary 10111001 1011110 11001011 1001 110110 0 10100 100100010 110011 111010

Color Harmonies of #B95ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95ECB

Black with #B95ECB

Text Example


Text Example

White with #B95ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95ECB; }

 p { color: rgb(185,94,203); }

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

background-color css

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

 a { background-color: rgb(185,94,203); }

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

border-color css

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

 span { border-color: rgb(185,94,203); }

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