Html Css Color HEX #BB4EF2 Medium Orchid

📋 copy color: '#BB4EF2'

red 187 ◦ green 78 ◦ blue 242

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

Shades of Medium Orchid #BB4EF2

Tints of Medium Orchid #BB4EF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 47.73%

R = 36.88%
G = 15.38%
B = 47.73%

CMYK

 C value IS 0.23

 M value IS 0.68

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BB4EF2 (or 0xBB4EF2) is known color: Medium Orchid. HEX triplet: BB, 4E and F2. RGB value is (187,78,242). Sum of RGB (Red+Green+Blue) = 187+78+242=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 78 (30.86% from 255 or 15.38% from 507); Blue value is 242 (94.92% from 255 or 47.73% from 507); Max value from RGB is 242 - color contains mainly: blue. Hex color #BB4EF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB4EF2 is #44B10D. Grayscale: #808080. Windows color (decimal): -4501774 or 15879867. OLE color: 15879867.

HSL color Cylindrical-coordinate representation of color #BB4EF2: hue angle of 279.88º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB4EF2 is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 78 242 -
CMYK 0.23 0.68 0 0.05
HSL 279.88º 0.86% 0.63% -
HSV(B) 279.88º 0.68% 0.95% -
XYZ 39.24 22.42 86.26 -
YUV 129.29 191.61 169.16 -
System Red Green Blue C M Y K H S L
Decimal 187 78 242 0.23 0.68 0 0.05 279.88 0.86 0.63
Hex BB 4E F2 17 44 0 5 118 56 3F
Octal 273 116 362 27 104 0 5 430 126 77
Binary 10111011 1001110 11110010 10111 1000100 0 101 100011000 1010110 111111

Color Harmonies of #BB4EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4EF2

Black with #BB4EF2

Text Example


Text Example

White with #BB4EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4EF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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