Html Css Color HEX #BB51DA Medium Orchid

📋 copy color: '#BB51DA'

red 187 ◦ green 81 ◦ blue 218

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

Shades of Medium Orchid #BB51DA

Tints of Medium Orchid #BB51DA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.67%

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

R = 38.48%
G = 16.67%
B = 44.86%

CMYK

 C value IS 0.14

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BB51DA (or 0xBB51DA) is known color: Medium Orchid. HEX triplet: BB, 51 and DA. RGB value is (187,81,218). Sum of RGB (Red+Green+Blue) = 187+81+218=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 81 (32.03% from 255 or 16.67% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB51DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB51DA is #44AE25. Grayscale: #7F7F7F. Windows color (decimal): -4501030 or 14307771. OLE color: 14307771.

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

Color convert

RGB 187 81 218 -
CMYK 0.14 0.63 0 0.15
HSL 286.42º 0.65% 0.59% -
HSV(B) 286.42º 0.63% 0.85% -
XYZ 36.09 21.51 68.58 -
YUV 128.31 178.62 169.86 -
System Red Green Blue C M Y K H S L
Decimal 187 81 218 0.14 0.63 0 0.15 286.42 0.65 0.59
Hex BB 51 DA E 3F 0 F 11E 41 3B
Octal 273 121 332 16 77 0 17 436 101 73
Binary 10111011 1010001 11011010 1110 111111 0 1111 100011110 1000001 111011

Color Harmonies of #BB51DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB51DA

Black with #BB51DA

Text Example


Text Example

White with #BB51DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB51DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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