Html Css Color HEX #BB51ED Medium Orchid

📋 copy color: '#BB51ED'

red 187 ◦ green 81 ◦ blue 237

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

Shades of Medium Orchid #BB51ED

Tints of Medium Orchid #BB51ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.93%

R = 37.03%
G = 16.04%
B = 46.93%

CMYK

 C value IS 0.21

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB51ED (or 0xBB51ED) is known color: Medium Orchid. HEX triplet: BB, 51 and ED. RGB value is (187,81,237). Sum of RGB (Red+Green+Blue) = 187+81+237=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 81 (32.03% from 255 or 16.04% from 505); Blue value is 237 (92.97% from 255 or 46.93% from 505); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB51ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB51ED is #44AE12. Grayscale: #818181. Windows color (decimal): -4501011 or 15552955. OLE color: 15552955.

HSL color Cylindrical-coordinate representation of color #BB51ED: hue angle of 280.77º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB51ED is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 81 237 -
CMYK 0.21 0.66 0 0.07
HSL 280.77º 0.81% 0.62% -
HSV(B) 280.77º 0.66% 0.93% -
XYZ 38.72 22.56 82.44 -
YUV 130.48 188.12 168.32 -
System Red Green Blue C M Y K H S L
Decimal 187 81 237 0.21 0.66 0 0.07 280.77 0.81 0.62
Hex BB 51 ED 15 42 0 7 119 51 3E
Octal 273 121 355 25 102 0 7 431 121 76
Binary 10111011 1010001 11101101 10101 1000010 0 111 100011001 1010001 111110

Color Harmonies of #BB51ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB51ED

Black with #BB51ED

Text Example


Text Example

White with #BB51ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB51ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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