Html Css Color HEX #BB42DD Medium Orchid

📋 copy color: '#BB42DD'

red 187 ◦ green 66 ◦ blue 221

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

Shades of Medium Orchid #BB42DD

Tints of Medium Orchid #BB42DD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.92%

 BLUE value IS 221 (86.72% from 255) = 46.62%

R = 39.45%
G = 13.92%
B = 46.62%

CMYK

 C value IS 0.15

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB42DD (or 0xBB42DD) is known color: Medium Orchid. HEX triplet: BB, 42 and DD. RGB value is (187,66,221). Sum of RGB (Red+Green+Blue) = 187+66+221=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 66 (26.17% from 255 or 13.92% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB42DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB42DD is #44BD22. Grayscale: #777777. Windows color (decimal): -4504867 or 14500539. OLE color: 14500539.

HSL color Cylindrical-coordinate representation of color #BB42DD: hue angle of 286.84º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB42DD is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 66 221 -
CMYK 0.15 0.70 0 0.13
HSL 286.84º 0.7% 0.56% -
HSV(B) 286.84º 0.7% 0.87% -
XYZ 35.49 19.68 70.33 -
YUV 119.85 185.09 175.9 -
System Red Green Blue C M Y K H S L
Decimal 187 66 221 0.15 0.70 0 0.13 286.84 0.7 0.56
Hex BB 42 DD F 46 0 D 11F 46 38
Octal 273 102 335 17 106 0 15 437 106 70
Binary 10111011 1000010 11011101 1111 1000110 0 1101 100011111 1000110 111000

Color Harmonies of #BB42DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB42DD

Black with #BB42DD

Text Example


Text Example

White with #BB42DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB42DD; }

 p { color: rgb(187,66,221); }

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

background-color css

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

 a { background-color: rgb(187,66,221); }

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

border-color css

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

 span { border-color: rgb(187,66,221); }

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