Html Css Color HEX #BB54EA Medium Orchid

📋 copy color: '#BB54EA'

red 187 ◦ green 84 ◦ blue 234

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

Shades of Medium Orchid #BB54EA

Tints of Medium Orchid #BB54EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.34%

R = 37.03%
G = 16.63%
B = 46.34%

CMYK

 C value IS 0.20

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BB54EA (or 0xBB54EA) is known color: Medium Orchid. HEX triplet: BB, 54 and EA. RGB value is (187,84,234). Sum of RGB (Red+Green+Blue) = 187+84+234=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 84 (33.20% from 255 or 16.63% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #BB54EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB54EA is #44AB15. Grayscale: #838383. Windows color (decimal): -4500246 or 15357115. OLE color: 15357115.

HSL color Cylindrical-coordinate representation of color #BB54EA: hue angle of 281.2º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB54EA is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 84 234 -
CMYK 0.20 0.64 0 0.08
HSL 281.2º 0.78% 0.62% -
HSV(B) 281.2º 0.64% 0.92% -
XYZ 38.52 22.85 80.22 -
YUV 131.9 185.62 167.3 -
System Red Green Blue C M Y K H S L
Decimal 187 84 234 0.20 0.64 0 0.08 281.2 0.78 0.62
Hex BB 54 EA 14 40 0 8 119 4E 3E
Octal 273 124 352 24 100 0 10 431 116 76
Binary 10111011 1010100 11101010 10100 1000000 0 1000 100011001 1001110 111110

Color Harmonies of #BB54EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB54EA

Black with #BB54EA

Text Example


Text Example

White with #BB54EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB54EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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