Html Css Color HEX #B444EE Medium Orchid

📋 copy color: '#B444EE'

red 180 ◦ green 68 ◦ blue 238

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

Shades of Medium Orchid #B444EE

Tints of Medium Orchid #B444EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.97%

R = 37.04%
G = 13.99%
B = 48.97%

CMYK

 C value IS 0.24

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B444EE (or 0xB444EE) is known color: Medium Orchid. HEX triplet: B4, 44 and EE. RGB value is (180,68,238). Sum of RGB (Red+Green+Blue) = 180+68+238=486 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.04% from 486); Green value is 68 (26.95% from 255 or 13.99% from 486); Blue value is 238 (93.36% from 255 or 48.97% from 486); Max value from RGB is 238 - color contains mainly: blue. Hex color #B444EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B444EE is #4BBB11. Grayscale: #787878. Windows color (decimal): -4963090 or 15615156. OLE color: 15615156.

HSL color Cylindrical-coordinate representation of color #B444EE: hue angle of 279.53º degrees, saturation: 0.83, 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 #B444EE is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 68 238 -
CMYK 0.24 0.71 0 0.07
HSL 279.53º 0.83% 0.6% -
HSV(B) 279.53º 0.71% 0.93% -
XYZ 36.32 20.01 82.84 -
YUV 120.87 194.11 170.18 -
System Red Green Blue C M Y K H S L
Decimal 180 68 238 0.24 0.71 0 0.07 279.53 0.83 0.6
Hex B4 44 EE 18 47 0 7 118 53 3C
Octal 264 104 356 30 107 0 7 430 123 74
Binary 10110100 1000100 11101110 11000 1000111 0 111 100011000 1010011 111100

Color Harmonies of #B444EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B444EE

Black with #B444EE

Text Example


Text Example

White with #B444EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B444EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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