Html Css Color HEX #B044E0 Medium Orchid

📋 copy color: '#B044E0'

red 176 ◦ green 68 ◦ blue 224

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

Shades of Medium Orchid #B044E0

Tints of Medium Orchid #B044E0

RGB

 RED value IS 176 (69.14% from 255) = 37.61%

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

 BLUE value IS 224 (87.89% from 255) = 47.86%

R = 37.61%
G = 14.53%
B = 47.86%

CMYK

 C value IS 0.21

 M value IS 0.70

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B044E0 (or 0xB044E0) is known color: Medium Orchid. HEX triplet: B0, 44 and E0. RGB value is (176,68,224). Sum of RGB (Red+Green+Blue) = 176+68+224=468 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.61% from 468); Green value is 68 (26.95% from 255 or 14.53% from 468); Blue value is 224 (87.89% from 255 or 47.86% from 468); Max value from RGB is 224 - color contains mainly: blue. Hex color #B044E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B044E0 is #4FBB1F. Grayscale: #757575. Windows color (decimal): -5225248 or 14697648. OLE color: 14697648.

HSL color Cylindrical-coordinate representation of color #B044E0: hue angle of 281.54º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B044E0 is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 176 68 224 -
CMYK 0.21 0.70 0 0.12
HSL 281.54º 0.72% 0.57% -
HSV(B) 281.54º 0.7% 0.88% -
XYZ 33.43 18.75 72.38 -
YUV 118.08 187.78 169.32 -
System Red Green Blue C M Y K H S L
Decimal 176 68 224 0.21 0.70 0 0.12 281.54 0.72 0.57
Hex B0 44 E0 15 46 0 C 11A 48 39
Octal 260 104 340 25 106 0 14 432 110 71
Binary 10110000 1000100 11100000 10101 1000110 0 1100 100011010 1001000 111001

Color Harmonies of #B044E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B044E0

Black with #B044E0

Text Example


Text Example

White with #B044E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B044E0; }

 p { color: rgb(176,68,224); }

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

background-color css

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

 a { background-color: rgb(176,68,224); }

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

border-color css

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

 span { border-color: rgb(176,68,224); }

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