Html Css Color HEX #BB57FE Medium Orchid

📋 copy color: '#BB57FE'

red 187 ◦ green 87 ◦ blue 254

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

Shades of Medium Orchid #BB57FE

Tints of Medium Orchid #BB57FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.11%

R = 35.42%
G = 16.48%
B = 48.11%

CMYK

 C value IS 0.26

 M value IS 0.66

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BB57FE (or 0xBB57FE) is known color: Medium Orchid. HEX triplet: BB, 57 and FE. RGB value is (187,87,254). Sum of RGB (Red+Green+Blue) = 187+87+254=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 87 (34.38% from 255 or 16.48% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB57FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB57FE is #44A801. Grayscale: #878787. Windows color (decimal): -4499458 or 16668603. OLE color: 16668603.

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

Color convert

RGB 187 87 254 -
CMYK 0.26 0.66 0 0.00
HSL 275.93º 0.99% 0.67% -
HSV(B) 275.93º 0.66% 1% -
XYZ 41.79 24.54 96.3 -
YUV 135.94 194.63 164.42 -
System Red Green Blue C M Y K H S L
Decimal 187 87 254 0.26 0.66 0 0.00 275.93 0.99 0.67
Hex BB 57 FE 1A 42 0 0 114 63 43
Octal 273 127 376 32 102 0 0 424 143 103
Binary 10111011 1010111 11111110 11010 1000010 0 0 100010100 1100011 1000011

Color Harmonies of #BB57FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB57FE

Black with #BB57FE

Text Example


Text Example

White with #BB57FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB57FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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