Html Css Color HEX #BB46EC Medium Orchid

📋 copy color: '#BB46EC'

red 187 ◦ green 70 ◦ blue 236

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

Shades of Medium Orchid #BB46EC

Tints of Medium Orchid #BB46EC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.2%

 BLUE value IS 236 (92.58% from 255) = 47.87%

R = 37.93%
G = 14.2%
B = 47.87%

CMYK

 C value IS 0.21

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB46EC (or 0xBB46EC) is known color: Medium Orchid. HEX triplet: BB, 46 and EC. RGB value is (187,70,236). Sum of RGB (Red+Green+Blue) = 187+70+236=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 70 (27.73% from 255 or 14.20% from 493); Blue value is 236 (92.58% from 255 or 47.87% from 493); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB46EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB46EC is #44B913. Grayscale: #7B7B7B. Windows color (decimal): -4503828 or 15484603. OLE color: 15484603.

HSL color Cylindrical-coordinate representation of color #BB46EC: hue angle of 282.29º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB46EC is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 70 236 -
CMYK 0.21 0.70 0 0.07
HSL 282.29º 0.81% 0.6% -
HSV(B) 282.29º 0.7% 0.93% -
XYZ 37.82 21 81.42 -
YUV 123.91 191.26 173 -
System Red Green Blue C M Y K H S L
Decimal 187 70 236 0.21 0.70 0 0.07 282.29 0.81 0.6
Hex BB 46 EC 15 46 0 7 11A 51 3C
Octal 273 106 354 25 106 0 7 432 121 74
Binary 10111011 1000110 11101100 10101 1000110 0 111 100011010 1010001 111100

Color Harmonies of #BB46EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB46EC

Black with #BB46EC

Text Example


Text Example

White with #BB46EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB46EC; }

 p { color: rgb(187,70,236); }

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

background-color css

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

 a { background-color: rgb(187,70,236); }

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

border-color css

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

 span { border-color: rgb(187,70,236); }

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