Html Css Color HEX #BB55F9 Medium Orchid

📋 copy color: '#BB55F9'

red 187 ◦ green 85 ◦ blue 249

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

Shades of Medium Orchid #BB55F9

Tints of Medium Orchid #BB55F9

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.31%

 BLUE value IS 249 (97.66% from 255) = 47.79%

R = 35.89%
G = 16.31%
B = 47.79%

CMYK

 C value IS 0.25

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB55F9 (or 0xBB55F9) is known color: Medium Orchid. HEX triplet: BB, 55 and F9. RGB value is (187,85,249). Sum of RGB (Red+Green+Blue) = 187+85+249=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 85 (33.59% from 255 or 16.31% from 521); Blue value is 249 (97.66% from 255 or 47.79% from 521); Max value from RGB is 249 - color contains mainly: blue. Hex color #BB55F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB55F9 is #44AA06. Grayscale: #858585. Windows color (decimal): -4499975 or 16340411. OLE color: 16340411.

HSL color Cylindrical-coordinate representation of color #BB55F9: hue angle of 277.32º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB55F9 is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 85 249 -
CMYK 0.25 0.66 0 0.02
HSL 277.32º 0.93% 0.65% -
HSV(B) 277.32º 0.66% 0.98% -
XYZ 40.84 23.9 92.08 -
YUV 134.19 192.79 165.66 -
System Red Green Blue C M Y K H S L
Decimal 187 85 249 0.25 0.66 0 0.02 277.32 0.93 0.65
Hex BB 55 F9 19 42 0 2 115 5D 41
Octal 273 125 371 31 102 0 2 425 135 101
Binary 10111011 1010101 11111001 11001 1000010 0 10 100010101 1011101 1000001

Color Harmonies of #BB55F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB55F9

Black with #BB55F9

Text Example


Text Example

White with #BB55F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB55F9; }

 p { color: rgb(187,85,249); }

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

background-color css

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

 a { background-color: rgb(187,85,249); }

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

border-color css

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

 span { border-color: rgb(187,85,249); }

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