Html Css Color HEX #B044EF Medium Orchid

📋 copy color: '#B044EF'

red 176 ◦ green 68 ◦ blue 239

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

Shades of Medium Orchid #B044EF

Tints of Medium Orchid #B044EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.48%

R = 36.44%
G = 14.08%
B = 49.48%

CMYK

 C value IS 0.26

 M value IS 0.72

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B044EF (or 0xB044EF) is known color: Medium Orchid. HEX triplet: B0, 44 and EF. RGB value is (176,68,239). Sum of RGB (Red+Green+Blue) = 176+68+239=483 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.44% from 483); Green value is 68 (26.95% from 255 or 14.08% from 483); Blue value is 239 (93.75% from 255 or 49.48% from 483); Max value from RGB is 239 - color contains mainly: blue. Hex color #B044EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B044EF is #4FBB10. Grayscale: #777777. Windows color (decimal): -5225233 or 15680688. OLE color: 15680688.

HSL color Cylindrical-coordinate representation of color #B044EF: hue angle of 277.89º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B044EF is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 176 68 239 -
CMYK 0.26 0.72 0 0.06
HSL 277.89º 0.84% 0.6% -
HSV(B) 277.89º 0.72% 0.94% -
XYZ 35.55 19.6 83.57 -
YUV 119.79 195.28 168.1 -
System Red Green Blue C M Y K H S L
Decimal 176 68 239 0.26 0.72 0 0.06 277.89 0.84 0.6
Hex B0 44 EF 1A 48 0 6 116 54 3C
Octal 260 104 357 32 110 0 6 426 124 74
Binary 10110000 1000100 11101111 11010 1001000 0 110 100010110 1010100 111100

Color Harmonies of #B044EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B044EF

Black with #B044EF

Text Example


Text Example

White with #B044EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B044EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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