Html Css Color HEX #BB55FF Medium Orchid

📋 copy color: '#BB55FF'

red 187 ◦ green 85 ◦ blue 255

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

Shades of Medium Orchid #BB55FF

Tints of Medium Orchid #BB55FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.39%

R = 35.48%
G = 16.13%
B = 48.39%

CMYK

 C value IS 0.27

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BB55FF (or 0xBB55FF) is known color: Medium Orchid. HEX triplet: BB, 55 and FF. RGB value is (187,85,255). Sum of RGB (Red+Green+Blue) = 187+85+255=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 85 (33.59% from 255 or 16.13% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB55FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB55FF is #44AA00. Grayscale: #868686. Windows color (decimal): -4499969 or 16733627. OLE color: 16733627.

HSL color Cylindrical-coordinate representation of color #BB55FF: hue angle of 276º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB55FF is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 187 85 255 -
CMYK 0.27 0.67 0 0
HSL 276º 1% 0.67% -
HSV(B) 276º 0.67% 1% -
XYZ 41.79 24.28 97.09 -
YUV 134.88 195.79 165.18 -
System Red Green Blue C M Y K H S L
Decimal 187 85 255 0.27 0.67 0 0 276 1 0.67
Hex BB 55 FF 1B 43 0 0 114 64 43
Octal 273 125 377 33 103 0 0 424 144 103
Binary 10111011 1010101 11111111 11011 1000011 0 0 100010100 1100100 1000011

Color Harmonies of #BB55FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB55FF

Black with #BB55FF

Text Example


Text Example

White with #BB55FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB55FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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