Html Css Color HEX #B95ACB Medium Orchid

📋 copy color: '#B95ACB'

red 185 ◦ green 90 ◦ blue 203

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

Shades of Medium Orchid #B95ACB

Tints of Medium Orchid #B95ACB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.83%

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

R = 38.7%
G = 18.83%
B = 42.47%

CMYK

 C value IS 0.09

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B95ACB (or 0xB95ACB) is known color: Medium Orchid. HEX triplet: B9, 5A and CB. RGB value is (185,90,203). Sum of RGB (Red+Green+Blue) = 185+90+203=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 90 (35.55% from 255 or 18.83% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 203 - color contains mainly: blue. Hex color #B95ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95ACB is #46A534. Grayscale: #828282. Windows color (decimal): -4629813 or 13327033. OLE color: 13327033.

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

Color convert

RGB 185 90 203 -
CMYK 0.09 0.56 0 0.20
HSL 290.44º 0.52% 0.57% -
HSV(B) 290.44º 0.56% 0.8% -
XYZ 34.44 21.94 58.92 -
YUV 131.29 168.47 166.31 -
System Red Green Blue C M Y K H S L
Decimal 185 90 203 0.09 0.56 0 0.20 290.44 0.52 0.57
Hex B9 5A CB 9 38 0 14 122 34 39
Octal 271 132 313 11 70 0 24 442 64 71
Binary 10111001 1011010 11001011 1001 111000 0 10100 100100010 110100 111001

Color Harmonies of #B95ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95ACB

Black with #B95ACB

Text Example


Text Example

White with #B95ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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