Html Css Color HEX #B95BCB Medium Orchid

📋 copy color: '#B95BCB'

red 185 ◦ green 91 ◦ blue 203

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

Shades of Medium Orchid #B95BCB

Tints of Medium Orchid #B95BCB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19%

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

R = 38.62%
G = 19%
B = 42.38%

CMYK

 C value IS 0.09

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B95BCB (or 0xB95BCB) is known color: Medium Orchid. HEX triplet: B9, 5B and CB. RGB value is (185,91,203). Sum of RGB (Red+Green+Blue) = 185+91+203=479 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.62% from 479); Green value is 91 (35.94% from 255 or 19.00% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 203 - color contains mainly: blue. Hex color #B95BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95BCB is #46A434. Grayscale: #838383. Windows color (decimal): -4629557 or 13327289. OLE color: 13327289.

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

Color convert

RGB 185 91 203 -
CMYK 0.09 0.55 0 0.20
HSL 290.36º 0.52% 0.58% -
HSV(B) 290.36º 0.55% 0.8% -
XYZ 34.53 22.11 58.95 -
YUV 131.87 168.14 165.89 -
System Red Green Blue C M Y K H S L
Decimal 185 91 203 0.09 0.55 0 0.20 290.36 0.52 0.58
Hex B9 5B CB 9 37 0 14 122 34 3A
Octal 271 133 313 11 67 0 24 442 64 72
Binary 10111001 1011011 11001011 1001 110111 0 10100 100100010 110100 111010

Color Harmonies of #B95BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95BCB

Black with #B95BCB

Text Example


Text Example

White with #B95BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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