Html Css Color HEX #B932CB Medium Orchid

📋 copy color: '#B932CB'

red 185 ◦ green 50 ◦ blue 203

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

Shades of Medium Orchid #B932CB

Tints of Medium Orchid #B932CB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.42%

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

R = 42.24%
G = 11.42%
B = 46.35%

CMYK

 C value IS 0.09

 M value IS 0.75

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B932CB (or 0xB932CB) is known color: Medium Orchid. HEX triplet: B9, 32 and CB. RGB value is (185,50,203). Sum of RGB (Red+Green+Blue) = 185+50+203=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 50 (19.92% from 255 or 11.42% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #B932CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B932CB is #46CD34. Grayscale: #6B6B6B. Windows color (decimal): -4640053 or 13316793. OLE color: 13316793.

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

Color convert

RGB 185 50 203 -
CMYK 0.09 0.75 0 0.20
HSL 292.94º 0.6% 0.5% -
HSV(B) 292.94º 0.75% 0.8% -
XYZ 31.93 16.91 58.08 -
YUV 107.81 181.73 183.06 -
System Red Green Blue C M Y K H S L
Decimal 185 50 203 0.09 0.75 0 0.20 292.94 0.6 0.5
Hex B9 32 CB 9 4B 0 14 125 3C 32
Octal 271 62 313 11 113 0 24 445 74 62
Binary 10111001 110010 11001011 1001 1001011 0 10100 100100101 111100 110010

Color Harmonies of #B932CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B932CB

Black with #B932CB

Text Example


Text Example

White with #B932CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B932CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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