Html Css Color HEX #BB54F6 Medium Orchid

📋 copy color: '#BB54F6'

red 187 ◦ green 84 ◦ blue 246

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

Shades of Medium Orchid #BB54F6

Tints of Medium Orchid #BB54F6

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.25%

 BLUE value IS 246 (96.48% from 255) = 47.58%

R = 36.17%
G = 16.25%
B = 47.58%

CMYK

 C value IS 0.24

 M value IS 0.66

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BB54F6 (or 0xBB54F6) is known color: Medium Orchid. HEX triplet: BB, 54 and F6. RGB value is (187,84,246). Sum of RGB (Red+Green+Blue) = 187+84+246=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 84 (33.20% from 255 or 16.25% from 517); Blue value is 246 (96.48% from 255 or 47.58% from 517); Max value from RGB is 246 - color contains mainly: blue. Hex color #BB54F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB54F6 is #44AB09. Grayscale: #848484. Windows color (decimal): -4500234 or 16143547. OLE color: 16143547.

HSL color Cylindrical-coordinate representation of color #BB54F6: hue angle of 278.15º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB54F6 is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 187 84 246 -
CMYK 0.24 0.66 0 0.04
HSL 278.15º 0.9% 0.65% -
HSV(B) 278.15º 0.66% 0.96% -
XYZ 40.3 23.56 89.61 -
YUV 133.27 191.62 166.33 -
System Red Green Blue C M Y K H S L
Decimal 187 84 246 0.24 0.66 0 0.04 278.15 0.9 0.65
Hex BB 54 F6 18 42 0 4 116 5A 41
Octal 273 124 366 30 102 0 4 426 132 101
Binary 10111011 1010100 11110110 11000 1000010 0 100 100010110 1011010 1000001

Color Harmonies of #BB54F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB54F6

Black with #BB54F6

Text Example


Text Example

White with #BB54F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB54F6; }

 p { color: rgb(187,84,246); }

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

background-color css

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

 a { background-color: rgb(187,84,246); }

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

border-color css

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

 span { border-color: rgb(187,84,246); }

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