Html Css Color HEX #BB51F8 Medium Orchid

📋 copy color: '#BB51F8'

red 187 ◦ green 81 ◦ blue 248

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

Shades of Medium Orchid #BB51F8

Tints of Medium Orchid #BB51F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 48.06%

R = 36.24%
G = 15.7%
B = 48.06%

CMYK

 C value IS 0.25

 M value IS 0.67

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BB51F8 (or 0xBB51F8) is known color: Medium Orchid. HEX triplet: BB, 51 and F8. RGB value is (187,81,248). Sum of RGB (Red+Green+Blue) = 187+81+248=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 81 (32.03% from 255 or 15.70% from 516); Blue value is 248 (97.27% from 255 or 48.06% from 516); Max value from RGB is 248 - color contains mainly: blue. Hex color #BB51F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB51F8 is #44AE07. Grayscale: #838383. Windows color (decimal): -4501000 or 16273851. OLE color: 16273851.

HSL color Cylindrical-coordinate representation of color #BB51F8: hue angle of 278.08º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB51F8 is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 187 81 248 -
CMYK 0.25 0.67 0 0.03
HSL 278.08º 0.92% 0.65% -
HSV(B) 278.08º 0.67% 0.97% -
XYZ 40.38 23.23 91.16 -
YUV 131.73 193.62 167.42 -
System Red Green Blue C M Y K H S L
Decimal 187 81 248 0.25 0.67 0 0.03 278.08 0.92 0.65
Hex BB 51 F8 19 43 0 3 116 5C 41
Octal 273 121 370 31 103 0 3 426 134 101
Binary 10111011 1010001 11111000 11001 1000011 0 11 100010110 1011100 1000001

Color Harmonies of #BB51F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB51F8

Black with #BB51F8

Text Example


Text Example

White with #BB51F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB51F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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