Html Css Color HEX #BB46E5 Medium Orchid

📋 copy color: '#BB46E5'

red 187 ◦ green 70 ◦ blue 229

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

Shades of Medium Orchid #BB46E5

Tints of Medium Orchid #BB46E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 47.12%

R = 38.48%
G = 14.4%
B = 47.12%

CMYK

 C value IS 0.18

 M value IS 0.69

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BB46E5 (or 0xBB46E5) is known color: Medium Orchid. HEX triplet: BB, 46 and E5. RGB value is (187,70,229). Sum of RGB (Red+Green+Blue) = 187+70+229=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 70 (27.73% from 255 or 14.40% from 486); Blue value is 229 (89.84% from 255 or 47.12% from 486); Max value from RGB is 229 - color contains mainly: blue. Hex color #BB46E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB46E5 is #44B91A. Grayscale: #7A7A7A. Windows color (decimal): -4503835 or 15025851. OLE color: 15025851.

HSL color Cylindrical-coordinate representation of color #BB46E5: hue angle of 284.15º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BB46E5 is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 187 70 229 -
CMYK 0.18 0.69 0 0.10
HSL 284.15º 0.75% 0.59% -
HSV(B) 284.15º 0.69% 0.9% -
XYZ 36.83 20.6 76.16 -
YUV 123.11 187.76 173.57 -
System Red Green Blue C M Y K H S L
Decimal 187 70 229 0.18 0.69 0 0.10 284.15 0.75 0.59
Hex BB 46 E5 12 45 0 A 11C 4B 3B
Octal 273 106 345 22 105 0 12 434 113 73
Binary 10111011 1000110 11100101 10010 1000101 0 1010 100011100 1001011 111011

Color Harmonies of #BB46E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB46E5

Black with #BB46E5

Text Example


Text Example

White with #BB46E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB46E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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