Html Css Color HEX #BB51EC Medium Orchid

📋 copy color: '#BB51EC'

red 187 ◦ green 81 ◦ blue 236

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

Shades of Medium Orchid #BB51EC

Tints of Medium Orchid #BB51EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.83%

R = 37.1%
G = 16.07%
B = 46.83%

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

#BB51EC (or 0xBB51EC) is known color: Medium Orchid. HEX triplet: BB, 51 and EC. RGB value is (187,81,236). Sum of RGB (Red+Green+Blue) = 187+81+236=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 81 (32.03% from 255 or 16.07% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB51EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB51EC is #44AE13. Grayscale: #818181. Windows color (decimal): -4501012 or 15487419. OLE color: 15487419.

HSL color Cylindrical-coordinate representation of color #BB51EC: hue angle of 281.03º degrees, saturation: 0.8, 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 #BB51EC is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 81 236 -
CMYK 0.21 0.66 0 0.07
HSL 281.03º 0.8% 0.62% -
HSV(B) 281.03º 0.66% 0.93% -
XYZ 38.58 22.51 81.67 -
YUV 130.36 187.62 168.4 -
System Red Green Blue C M Y K H S L
Decimal 187 81 236 0.21 0.66 0 0.07 281.03 0.8 0.62
Hex BB 51 EC 15 42 0 7 119 50 3E
Octal 273 121 354 25 102 0 7 431 120 76
Binary 10111011 1010001 11101100 10101 1000010 0 111 100011001 1010000 111110

Color Harmonies of #BB51EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB51EC

Black with #BB51EC

Text Example


Text Example

White with #BB51EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB51EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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