Html Css Color HEX #B044EC Medium Orchid

📋 copy color: '#B044EC'

red 176 ◦ green 68 ◦ blue 236

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

Shades of Medium Orchid #B044EC

Tints of Medium Orchid #B044EC

RGB

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

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

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

R = 36.67%
G = 14.17%
B = 49.17%

CMYK

 C value IS 0.25

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B044EC (or 0xB044EC) is known color: Medium Orchid. HEX triplet: B0, 44 and EC. RGB value is (176,68,236). Sum of RGB (Red+Green+Blue) = 176+68+236=480 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.67% from 480); Green value is 68 (26.95% from 255 or 14.17% from 480); Blue value is 236 (92.58% from 255 or 49.17% from 480); Max value from RGB is 236 - color contains mainly: blue. Hex color #B044EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B044EC is #4FBB13. Grayscale: #767676. Windows color (decimal): -5225236 or 15484080. OLE color: 15484080.

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

Color convert

RGB 176 68 236 -
CMYK 0.25 0.71 0 0.07
HSL 278.57º 0.82% 0.6% -
HSV(B) 278.57º 0.71% 0.93% -
XYZ 35.11 19.42 81.25 -
YUV 119.44 193.78 168.34 -
System Red Green Blue C M Y K H S L
Decimal 176 68 236 0.25 0.71 0 0.07 278.57 0.82 0.6
Hex B0 44 EC 19 47 0 7 117 52 3C
Octal 260 104 354 31 107 0 7 427 122 74
Binary 10110000 1000100 11101100 11001 1000111 0 111 100010111 1010010 111100

Color Harmonies of #B044EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B044EC

Black with #B044EC

Text Example


Text Example

White with #B044EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B044EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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