Html Css Color HEX #BB32CB Medium Orchid

📋 copy color: '#BB32CB'

red 187 ◦ green 50 ◦ blue 203

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

Shades of Medium Orchid #BB32CB

Tints of Medium Orchid #BB32CB

RGB

 RED value IS 187 (73.44% from 255) = 42.5%

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

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

R = 42.5%
G = 11.36%
B = 46.14%

CMYK

 C value IS 0.08

 M value IS 0.75

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB32CB (or 0xBB32CB) is known color: Medium Orchid. HEX triplet: BB, 32 and CB. RGB value is (187,50,203). Sum of RGB (Red+Green+Blue) = 187+50+203=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 50 (19.92% from 255 or 11.36% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB32CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB32CB is #44CD34. Grayscale: #6B6B6B. Windows color (decimal): -4508981 or 13316795. OLE color: 13316795.

HSL color Cylindrical-coordinate representation of color #BB32CB: hue angle of 293.73º 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 #BB32CB is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 50 203 -
CMYK 0.08 0.75 0 0.20
HSL 293.73º 0.6% 0.5% -
HSV(B) 293.73º 0.75% 0.8% -
XYZ 32.41 17.16 58.1 -
YUV 108.41 181.39 184.06 -
System Red Green Blue C M Y K H S L
Decimal 187 50 203 0.08 0.75 0 0.20 293.73 0.6 0.5
Hex BB 32 CB 8 4B 0 14 126 3C 32
Octal 273 62 313 10 113 0 24 446 74 62
Binary 10111011 110010 11001011 1000 1001011 0 10100 100100110 111100 110010

Color Harmonies of #BB32CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB32CB

Black with #BB32CB

Text Example


Text Example

White with #BB32CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB32CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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