Html Css Color HEX #BB39DA Medium Orchid

📋 copy color: '#BB39DA'

red 187 ◦ green 57 ◦ blue 218

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

Shades of Medium Orchid #BB39DA

Tints of Medium Orchid #BB39DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.19%

R = 40.48%
G = 12.34%
B = 47.19%

CMYK

 C value IS 0.14

 M value IS 0.74

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BB39DA (or 0xBB39DA) is known color: Medium Orchid. HEX triplet: BB, 39 and DA. RGB value is (187,57,218). Sum of RGB (Red+Green+Blue) = 187+57+218=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 57 (22.66% from 255 or 12.34% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB39DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB39DA is #44C625. Grayscale: #717171. Windows color (decimal): -4507174 or 14301627. OLE color: 14301627.

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

Color convert

RGB 187 57 218 -
CMYK 0.14 0.74 0 0.15
HSL 288.45º 0.69% 0.54% -
HSV(B) 288.45º 0.74% 0.85% -
XYZ 34.61 18.55 68.09 -
YUV 114.22 186.57 179.91 -
System Red Green Blue C M Y K H S L
Decimal 187 57 218 0.14 0.74 0 0.15 288.45 0.69 0.54
Hex BB 39 DA E 4A 0 F 120 45 36
Octal 273 71 332 16 112 0 17 440 105 66
Binary 10111011 111001 11011010 1110 1001010 0 1111 100100000 1000101 110110

Color Harmonies of #BB39DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB39DA

Black with #BB39DA

Text Example


Text Example

White with #BB39DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB39DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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