Html Css Color HEX #B444EA Medium Orchid

📋 copy color: '#B444EA'

red 180 ◦ green 68 ◦ blue 234

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

Shades of Medium Orchid #B444EA

Tints of Medium Orchid #B444EA

RGB

 RED value IS 180 (70.7% from 255) = 37.34%

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

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

R = 37.34%
G = 14.11%
B = 48.55%

CMYK

 C value IS 0.23

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B444EA (or 0xB444EA) is known color: Medium Orchid. HEX triplet: B4, 44 and EA. RGB value is (180,68,234). Sum of RGB (Red+Green+Blue) = 180+68+234=482 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.34% from 482); Green value is 68 (26.95% from 255 or 14.11% from 482); Blue value is 234 (91.80% from 255 or 48.55% from 482); Max value from RGB is 234 - color contains mainly: blue. Hex color #B444EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B444EA is #4BBB15. Grayscale: #777777. Windows color (decimal): -4963094 or 15353012. OLE color: 15353012.

HSL color Cylindrical-coordinate representation of color #B444EA: hue angle of 280.48º 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 #B444EA is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 180 68 234 -
CMYK 0.23 0.71 0 0.08
HSL 280.48º 0.8% 0.59% -
HSV(B) 280.48º 0.71% 0.92% -
XYZ 35.74 19.78 79.78 -
YUV 120.41 192.11 170.5 -
System Red Green Blue C M Y K H S L
Decimal 180 68 234 0.23 0.71 0 0.08 280.48 0.8 0.59
Hex B4 44 EA 17 47 0 8 118 50 3B
Octal 264 104 352 27 107 0 10 430 120 73
Binary 10110100 1000100 11101010 10111 1000111 0 1000 100011000 1010000 111011

Color Harmonies of #B444EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B444EA

Black with #B444EA

Text Example


Text Example

White with #B444EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B444EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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