Html Css Color HEX #BB4DFE Medium Orchid

📋 copy color: '#BB4DFE'

red 187 ◦ green 77 ◦ blue 254

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

Shades of Medium Orchid #BB4DFE

Tints of Medium Orchid #BB4DFE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.86%

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

R = 36.1%
G = 14.86%
B = 49.03%

CMYK

 C value IS 0.26

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BB4DFE (or 0xBB4DFE) is known color: Medium Orchid. HEX triplet: BB, 4D and FE. RGB value is (187,77,254). Sum of RGB (Red+Green+Blue) = 187+77+254=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 77 (30.47% from 255 or 14.86% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB4DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB4DFE is #44B201. Grayscale: #818181. Windows color (decimal): -4502018 or 16666043. OLE color: 16666043.

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

Color convert

RGB 187 77 254 -
CMYK 0.26 0.70 0 0.00
HSL 277.29º 0.99% 0.65% -
HSV(B) 277.29º 0.7% 1% -
XYZ 41.04 23.03 96.05 -
YUV 130.07 197.94 168.61 -
System Red Green Blue C M Y K H S L
Decimal 187 77 254 0.26 0.70 0 0.00 277.29 0.99 0.65
Hex BB 4D FE 1A 46 0 0 115 63 41
Octal 273 115 376 32 106 0 0 425 143 101
Binary 10111011 1001101 11111110 11010 1000110 0 0 100010101 1100011 1000001

Color Harmonies of #BB4DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4DFE

Black with #BB4DFE

Text Example


Text Example

White with #BB4DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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