Html Css Color HEX #BB42D8 Medium Orchid

📋 copy color: '#BB42D8'

red 187 ◦ green 66 ◦ blue 216

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

Shades of Medium Orchid #BB42D8

Tints of Medium Orchid #BB42D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 46.06%

R = 39.87%
G = 14.07%
B = 46.06%

CMYK

 C value IS 0.13

 M value IS 0.69

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BB42D8 (or 0xBB42D8) is known color: Medium Orchid. HEX triplet: BB, 42 and D8. RGB value is (187,66,216). Sum of RGB (Red+Green+Blue) = 187+66+216=469 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.87% from 469); Green value is 66 (26.17% from 255 or 14.07% from 469); Blue value is 216 (84.77% from 255 or 46.06% from 469); Max value from RGB is 216 - color contains mainly: blue. Hex color #BB42D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB42D8 is #44BD27. Grayscale: #767676. Windows color (decimal): -4504872 or 14172859. OLE color: 14172859.

HSL color Cylindrical-coordinate representation of color #BB42D8: hue angle of 288.4º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BB42D8 is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 66 216 -
CMYK 0.13 0.69 0 0.15
HSL 288.4º 0.66% 0.55% -
HSV(B) 288.4º 0.69% 0.85% -
XYZ 34.84 19.42 66.88 -
YUV 119.28 182.59 176.3 -
System Red Green Blue C M Y K H S L
Decimal 187 66 216 0.13 0.69 0 0.15 288.4 0.66 0.55
Hex BB 42 D8 D 45 0 F 120 42 37
Octal 273 102 330 15 105 0 17 440 102 67
Binary 10111011 1000010 11011000 1101 1000101 0 1111 100100000 1000010 110111

Color Harmonies of #BB42D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB42D8

Black with #BB42D8

Text Example


Text Example

White with #BB42D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB42D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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