Html Css Color HEX #BB4EFC Medium Orchid

📋 copy color: '#BB4EFC'

red 187 ◦ green 78 ◦ blue 252

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

Shades of Medium Orchid #BB4EFC

Tints of Medium Orchid #BB4EFC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.09%

 BLUE value IS 252 (98.83% from 255) = 48.74%

R = 36.17%
G = 15.09%
B = 48.74%

CMYK

 C value IS 0.26

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BB4EFC (or 0xBB4EFC) is known color: Medium Orchid. HEX triplet: BB, 4E and FC. RGB value is (187,78,252). Sum of RGB (Red+Green+Blue) = 187+78+252=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 78 (30.86% from 255 or 15.09% from 517); Blue value is 252 (98.83% from 255 or 48.74% from 517); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB4EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB4EFC is #44B103. Grayscale: #818181. Windows color (decimal): -4501764 or 16535227. OLE color: 16535227.

HSL color Cylindrical-coordinate representation of color #BB4EFC: hue angle of 277.59º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BB4EFC is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 78 252 -
CMYK 0.26 0.69 0 0.01
HSL 277.59º 0.97% 0.65% -
HSV(B) 277.59º 0.69% 0.99% -
XYZ 40.79 23.04 94.39 -
YUV 130.43 196.61 168.35 -
System Red Green Blue C M Y K H S L
Decimal 187 78 252 0.26 0.69 0 0.01 277.59 0.97 0.65
Hex BB 4E FC 1A 45 0 1 116 61 41
Octal 273 116 374 32 105 0 1 426 141 101
Binary 10111011 1001110 11111100 11010 1000101 0 1 100010110 1100001 1000001

Color Harmonies of #BB4EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4EFC

Black with #BB4EFC

Text Example


Text Example

White with #BB4EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4EFC; }

 p { color: rgb(187,78,252); }

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

background-color css

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

 a { background-color: rgb(187,78,252); }

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

border-color css

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

 span { border-color: rgb(187,78,252); }

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