Html Css Color HEX #BB39CC Medium Orchid

📋 copy color: '#BB39CC'

red 187 ◦ green 57 ◦ blue 204

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

Shades of Medium Orchid #BB39CC

Tints of Medium Orchid #BB39CC

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.72%

 BLUE value IS 204 (80.08% from 255) = 45.54%

R = 41.74%
G = 12.72%
B = 45.54%

CMYK

 C value IS 0.08

 M value IS 0.72

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BB39CC (or 0xBB39CC) is known color: Medium Orchid. HEX triplet: BB, 39 and CC. RGB value is (187,57,204). Sum of RGB (Red+Green+Blue) = 187+57+204=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 57 (22.66% from 255 or 12.72% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB39CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB39CC is #44C633. Grayscale: #707070. Windows color (decimal): -4507188 or 13384123. OLE color: 13384123.

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

Color convert

RGB 187 57 204 -
CMYK 0.08 0.72 0 0.2
HSL 293.06º 0.59% 0.51% -
HSV(B) 293.06º 0.72% 0.8% -
XYZ 32.86 17.85 58.84 -
YUV 112.63 179.57 181.05 -
System Red Green Blue C M Y K H S L
Decimal 187 57 204 0.08 0.72 0 0.2 293.06 0.59 0.51
Hex BB 39 CC 8 48 0 14 125 3B 33
Octal 273 71 314 10 110 0 24 445 73 63
Binary 10111011 111001 11001100 1000 1001000 0 10100 100100101 111011 110011

Color Harmonies of #BB39CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB39CC

Black with #BB39CC

Text Example


Text Example

White with #BB39CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB39CC; }

 p { color: rgb(187,57,204); }

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

background-color css

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

 a { background-color: rgb(187,57,204); }

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

border-color css

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

 span { border-color: rgb(187,57,204); }

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