Html Css Color HEX #BB54F7 Medium Orchid

📋 copy color: '#BB54F7'

red 187 ◦ green 84 ◦ blue 247

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

Shades of Medium Orchid #BB54F7

Tints of Medium Orchid #BB54F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 47.68%

R = 36.1%
G = 16.22%
B = 47.68%

CMYK

 C value IS 0.24

 M value IS 0.66

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BB54F7 (or 0xBB54F7) is known color: Medium Orchid. HEX triplet: BB, 54 and F7. RGB value is (187,84,247). Sum of RGB (Red+Green+Blue) = 187+84+247=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 84 (33.20% from 255 or 16.22% from 518); Blue value is 247 (96.88% from 255 or 47.68% from 518); Max value from RGB is 247 - color contains mainly: blue. Hex color #BB54F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB54F7 is #44AB08. Grayscale: #848484. Windows color (decimal): -4500233 or 16209083. OLE color: 16209083.

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

Color convert

RGB 187 84 247 -
CMYK 0.24 0.66 0 0.03
HSL 277.91º 0.91% 0.65% -
HSV(B) 277.91º 0.66% 0.97% -
XYZ 40.45 23.62 90.42 -
YUV 133.38 192.12 166.25 -
System Red Green Blue C M Y K H S L
Decimal 187 84 247 0.24 0.66 0 0.03 277.91 0.91 0.65
Hex BB 54 F7 18 42 0 3 116 5B 41
Octal 273 124 367 30 102 0 3 426 133 101
Binary 10111011 1010100 11110111 11000 1000010 0 11 100010110 1011011 1000001

Color Harmonies of #BB54F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB54F7

Black with #BB54F7

Text Example


Text Example

White with #BB54F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB54F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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