Html Css Color HEX #BB44E5 Medium Orchid

📋 copy color: '#BB44E5'

red 187 ◦ green 68 ◦ blue 229

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

Shades of Medium Orchid #BB44E5

Tints of Medium Orchid #BB44E5

RGB

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

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

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

R = 38.64%
G = 14.05%
B = 47.31%

CMYK

 C value IS 0.18

 M value IS 0.70

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BB44E5 (or 0xBB44E5) is known color: Medium Orchid. HEX triplet: BB, 44 and E5. RGB value is (187,68,229). Sum of RGB (Red+Green+Blue) = 187+68+229=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 68 (26.95% from 255 or 14.05% from 484); Blue value is 229 (89.84% from 255 or 47.31% from 484); Max value from RGB is 229 - color contains mainly: blue. Hex color #BB44E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB44E5 is #44BB1A. Grayscale: #797979. Windows color (decimal): -4504347 or 15025339. OLE color: 15025339.

HSL color Cylindrical-coordinate representation of color #BB44E5: hue angle of 284.35º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB44E5 is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 187 68 229 -
CMYK 0.18 0.70 0 0.10
HSL 284.35º 0.76% 0.58% -
HSV(B) 284.35º 0.7% 0.9% -
XYZ 36.7 20.36 76.12 -
YUV 121.94 188.42 174.41 -
System Red Green Blue C M Y K H S L
Decimal 187 68 229 0.18 0.70 0 0.10 284.35 0.76 0.58
Hex BB 44 E5 12 46 0 A 11C 4C 3A
Octal 273 104 345 22 106 0 12 434 114 72
Binary 10111011 1000100 11100101 10010 1000110 0 1010 100011100 1001100 111010

Color Harmonies of #BB44E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB44E5

Black with #BB44E5

Text Example


Text Example

White with #BB44E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB44E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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