Html Css Color HEX #BB4DFF Medium Orchid

📋 copy color: '#BB4DFF'

red 187 ◦ green 77 ◦ blue 255

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

Shades of Medium Orchid #BB4DFF

Tints of Medium Orchid #BB4DFF

RGB

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

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

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

R = 36.03%
G = 14.84%
B = 49.13%

CMYK

 C value IS 0.27

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BB4DFF (or 0xBB4DFF) is known color: Medium Orchid. HEX triplet: BB, 4D and FF. RGB value is (187,77,255). Sum of RGB (Red+Green+Blue) = 187+77+255=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 77 (30.47% from 255 or 14.84% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB4DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB4DFF is #44B200. Grayscale: #818181. Windows color (decimal): -4502017 or 16731579. OLE color: 16731579.

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

Color convert

RGB 187 77 255 -
CMYK 0.27 0.70 0 0
HSL 277.08º 1% 0.65% -
HSV(B) 277.08º 0.7% 1% -
XYZ 41.2 23.09 96.89 -
YUV 130.18 198.44 168.53 -
System Red Green Blue C M Y K H S L
Decimal 187 77 255 0.27 0.70 0 0 277.08 1 0.65
Hex BB 4D FF 1B 46 0 0 115 64 41
Octal 273 115 377 33 106 0 0 425 144 101
Binary 10111011 1001101 11111111 11011 1000110 0 0 100010101 1100100 1000001

Color Harmonies of #BB4DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4DFF

Black with #BB4DFF

Text Example


Text Example

White with #BB4DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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