Html Css Color HEX #BB41EC Medium Orchid

📋 copy color: '#BB41EC'

red 187 ◦ green 65 ◦ blue 236

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

Shades of Medium Orchid #BB41EC

Tints of Medium Orchid #BB41EC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.32%

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

R = 38.32%
G = 13.32%
B = 48.36%

CMYK

 C value IS 0.21

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB41EC (or 0xBB41EC) is known color: Medium Orchid. HEX triplet: BB, 41 and EC. RGB value is (187,65,236). Sum of RGB (Red+Green+Blue) = 187+65+236=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 65 (25.78% from 255 or 13.32% from 488); Blue value is 236 (92.58% from 255 or 48.36% from 488); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB41EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB41EC is #44BE13. Grayscale: #787878. Windows color (decimal): -4505108 or 15483323. OLE color: 15483323.

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

Color convert

RGB 187 65 236 -
CMYK 0.21 0.72 0 0.07
HSL 282.81º 0.82% 0.59% -
HSV(B) 282.81º 0.72% 0.93% -
XYZ 37.52 20.4 81.32 -
YUV 120.97 192.92 175.1 -
System Red Green Blue C M Y K H S L
Decimal 187 65 236 0.21 0.72 0 0.07 282.81 0.82 0.59
Hex BB 41 EC 15 48 0 7 11B 52 3B
Octal 273 101 354 25 110 0 7 433 122 73
Binary 10111011 1000001 11101100 10101 1001000 0 111 100011011 1010010 111011

Color Harmonies of #BB41EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB41EC

Black with #BB41EC

Text Example


Text Example

White with #BB41EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB41EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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