Html Css Color HEX #BB35CB Medium Orchid

📋 copy color: '#BB35CB'

red 187 ◦ green 53 ◦ blue 203

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

Shades of Medium Orchid #BB35CB

Tints of Medium Orchid #BB35CB

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.96%

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

R = 42.21%
G = 11.96%
B = 45.82%

CMYK

 C value IS 0.08

 M value IS 0.74

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB35CB (or 0xBB35CB) is known color: Medium Orchid. HEX triplet: BB, 35 and CB. RGB value is (187,53,203). Sum of RGB (Red+Green+Blue) = 187+53+203=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 53 (21.09% from 255 or 11.96% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB35CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB35CB is #44CA34. Grayscale: #6D6D6D. Windows color (decimal): -4508213 or 13317563. OLE color: 13317563.

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

Color convert

RGB 187 53 203 -
CMYK 0.08 0.74 0 0.20
HSL 293.6º 0.59% 0.5% -
HSV(B) 293.6º 0.74% 0.8% -
XYZ 32.55 17.42 58.15 -
YUV 110.17 180.39 182.8 -
System Red Green Blue C M Y K H S L
Decimal 187 53 203 0.08 0.74 0 0.20 293.6 0.59 0.5
Hex BB 35 CB 8 4A 0 14 126 3B 32
Octal 273 65 313 10 112 0 24 446 73 62
Binary 10111011 110101 11001011 1000 1001010 0 10100 100100110 111011 110010

Color Harmonies of #BB35CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB35CB

Black with #BB35CB

Text Example


Text Example

White with #BB35CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB35CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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