Html Css Color HEX #BB35DC Medium Orchid

📋 copy color: '#BB35DC'

red 187 ◦ green 53 ◦ blue 220

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

Shades of Medium Orchid #BB35DC

Tints of Medium Orchid #BB35DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.83%

R = 40.65%
G = 11.52%
B = 47.83%

CMYK

 C value IS 0.15

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB35DC (or 0xBB35DC) is known color: Medium Orchid. HEX triplet: BB, 35 and DC. RGB value is (187,53,220). Sum of RGB (Red+Green+Blue) = 187+53+220=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 53 (21.09% from 255 or 11.52% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB35DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB35DC is #44CA23. Grayscale: #6F6F6F. Windows color (decimal): -4508196 or 14431675. OLE color: 14431675.

HSL color Cylindrical-coordinate representation of color #BB35DC: hue angle of 288.14º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB35DC is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 53 220 -
CMYK 0.15 0.76 0 0.14
HSL 288.14º 0.7% 0.54% -
HSV(B) 288.14º 0.76% 0.86% -
XYZ 34.68 18.28 69.41 -
YUV 112.1 188.89 181.42 -
System Red Green Blue C M Y K H S L
Decimal 187 53 220 0.15 0.76 0 0.14 288.14 0.7 0.54
Hex BB 35 DC F 4C 0 E 120 46 36
Octal 273 65 334 17 114 0 16 440 106 66
Binary 10111011 110101 11011100 1111 1001100 0 1110 100100000 1000110 110110

Color Harmonies of #BB35DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB35DC

Black with #BB35DC

Text Example


Text Example

White with #BB35DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB35DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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