Html Css Color HEX #BB51FE Medium Orchid

📋 copy color: '#BB51FE'

red 187 ◦ green 81 ◦ blue 254

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

Shades of Medium Orchid #BB51FE

Tints of Medium Orchid #BB51FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.66%

R = 35.82%
G = 15.52%
B = 48.66%

CMYK

 C value IS 0.26

 M value IS 0.68

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BB51FE (or 0xBB51FE) is known color: Medium Orchid. HEX triplet: BB, 51 and FE. RGB value is (187,81,254). Sum of RGB (Red+Green+Blue) = 187+81+254=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 81 (32.03% from 255 or 15.52% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB51FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB51FE is #44AE01. Grayscale: #838383. Windows color (decimal): -4500994 or 16667067. OLE color: 16667067.

HSL color Cylindrical-coordinate representation of color #BB51FE: hue angle of 276.76º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB51FE is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 187 81 254 -
CMYK 0.26 0.68 0 0.00
HSL 276.76º 0.99% 0.66% -
HSV(B) 276.76º 0.68% 1% -
XYZ 41.33 23.61 96.14 -
YUV 132.42 196.62 166.93 -
System Red Green Blue C M Y K H S L
Decimal 187 81 254 0.26 0.68 0 0.00 276.76 0.99 0.66
Hex BB 51 FE 1A 44 0 0 115 63 42
Octal 273 121 376 32 104 0 0 425 143 102
Binary 10111011 1010001 11111110 11010 1000100 0 0 100010101 1100011 1000010

Color Harmonies of #BB51FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB51FE

Black with #BB51FE

Text Example


Text Example

White with #BB51FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB51FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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