Html Css Color HEX #B044EA Medium Orchid

📋 copy color: '#B044EA'

red 176 ◦ green 68 ◦ blue 234

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

Shades of Medium Orchid #B044EA

Tints of Medium Orchid #B044EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.95%

R = 36.82%
G = 14.23%
B = 48.95%

CMYK

 C value IS 0.25

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B044EA (or 0xB044EA) is known color: Medium Orchid. HEX triplet: B0, 44 and EA. RGB value is (176,68,234). Sum of RGB (Red+Green+Blue) = 176+68+234=478 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.82% from 478); Green value is 68 (26.95% from 255 or 14.23% from 478); Blue value is 234 (91.80% from 255 or 48.95% from 478); Max value from RGB is 234 - color contains mainly: blue. Hex color #B044EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B044EA is #4FBB15. Grayscale: #767676. Windows color (decimal): -5225238 or 15353008. OLE color: 15353008.

HSL color Cylindrical-coordinate representation of color #B044EA: hue angle of 279.04º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B044EA is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 176 68 234 -
CMYK 0.25 0.71 0 0.08
HSL 279.04º 0.8% 0.59% -
HSV(B) 279.04º 0.71% 0.92% -
XYZ 34.82 19.3 79.73 -
YUV 119.22 192.78 168.5 -
System Red Green Blue C M Y K H S L
Decimal 176 68 234 0.25 0.71 0 0.08 279.04 0.8 0.59
Hex B0 44 EA 19 47 0 8 117 50 3B
Octal 260 104 352 31 107 0 10 427 120 73
Binary 10110000 1000100 11101010 11001 1000111 0 1000 100010111 1010000 111011

Color Harmonies of #B044EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B044EA

Black with #B044EA

Text Example


Text Example

White with #B044EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B044EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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