Html Css Color HEX #BB57FF Medium Orchid

📋 copy color: '#BB57FF'

red 187 ◦ green 87 ◦ blue 255

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

Shades of Medium Orchid #BB57FF

Tints of Medium Orchid #BB57FF

RGB

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

 GREEN value IS 87 (34.38% from 255) = 16.45%

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

R = 35.35%
G = 16.45%
B = 48.2%

CMYK

 C value IS 0.27

 M value IS 0.66

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BB57FF (or 0xBB57FF) is known color: Medium Orchid. HEX triplet: BB, 57 and FF. RGB value is (187,87,255). Sum of RGB (Red+Green+Blue) = 187+87+255=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 87 (34.38% from 255 or 16.45% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB57FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB57FF is #44A800. Grayscale: #878787. Windows color (decimal): -4499457 or 16734139. OLE color: 16734139.

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

Color convert

RGB 187 87 255 -
CMYK 0.27 0.66 0 0
HSL 275.71º 1% 0.67% -
HSV(B) 275.71º 0.66% 1% -
XYZ 41.95 24.6 97.15 -
YUV 136.05 195.13 164.34 -
System Red Green Blue C M Y K H S L
Decimal 187 87 255 0.27 0.66 0 0 275.71 1 0.67
Hex BB 57 FF 1B 42 0 0 114 64 43
Octal 273 127 377 33 102 0 0 424 144 103
Binary 10111011 1010111 11111111 11011 1000010 0 0 100010100 1100100 1000011

Color Harmonies of #BB57FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB57FF

Black with #BB57FF

Text Example


Text Example

White with #BB57FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB57FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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