Html Css Color HEX #BB44EC Medium Orchid

📋 copy color: '#BB44EC'

red 187 ◦ green 68 ◦ blue 236

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

Shades of Medium Orchid #BB44EC

Tints of Medium Orchid #BB44EC

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.85%

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

R = 38.09%
G = 13.85%
B = 48.07%

CMYK

 C value IS 0.21

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB44EC (or 0xBB44EC) is known color: Medium Orchid. HEX triplet: BB, 44 and EC. RGB value is (187,68,236). Sum of RGB (Red+Green+Blue) = 187+68+236=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 68 (26.95% from 255 or 13.85% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB44EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB44EC is #44BB13. Grayscale: #7A7A7A. Windows color (decimal): -4504340 or 15484091. OLE color: 15484091.

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

Color convert

RGB 187 68 236 -
CMYK 0.21 0.71 0 0.07
HSL 282.5º 0.82% 0.6% -
HSV(B) 282.5º 0.71% 0.93% -
XYZ 37.7 20.76 81.38 -
YUV 122.73 191.92 173.84 -
System Red Green Blue C M Y K H S L
Decimal 187 68 236 0.21 0.71 0 0.07 282.5 0.82 0.6
Hex BB 44 EC 15 47 0 7 11A 52 3C
Octal 273 104 354 25 107 0 7 432 122 74
Binary 10111011 1000100 11101100 10101 1000111 0 111 100011010 1010010 111100

Color Harmonies of #BB44EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB44EC

Black with #BB44EC

Text Example


Text Example

White with #BB44EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB44EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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