Html Css Color HEX #B344DE Medium Orchid

📋 copy color: '#B344DE'

red 179 ◦ green 68 ◦ blue 222

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

Shades of Medium Orchid #B344DE

Tints of Medium Orchid #B344DE

RGB

 RED value IS 179 (70.31% from 255) = 38.17%

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

 BLUE value IS 222 (87.11% from 255) = 47.33%

R = 38.17%
G = 14.5%
B = 47.33%

CMYK

 C value IS 0.19

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B344DE (or 0xB344DE) is known color: Medium Orchid. HEX triplet: B3, 44 and DE. RGB value is (179,68,222). Sum of RGB (Red+Green+Blue) = 179+68+222=469 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.17% from 469); Green value is 68 (26.95% from 255 or 14.50% from 469); Blue value is 222 (87.11% from 255 or 47.33% from 469); Max value from RGB is 222 - color contains mainly: blue. Hex color #B344DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B344DE is #4CBB21. Grayscale: #767676. Windows color (decimal): -5028642 or 14566579. OLE color: 14566579.

HSL color Cylindrical-coordinate representation of color #B344DE: hue angle of 283.25º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B344DE is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 68 222 -
CMYK 0.19 0.69 0 0.13
HSL 283.25º 0.7% 0.57% -
HSV(B) 283.25º 0.69% 0.87% -
XYZ 33.84 18.99 70.99 -
YUV 118.75 186.27 170.98 -
System Red Green Blue C M Y K H S L
Decimal 179 68 222 0.19 0.69 0 0.13 283.25 0.7 0.57
Hex B3 44 DE 13 45 0 D 11B 46 39
Octal 263 104 336 23 105 0 15 433 106 71
Binary 10110011 1000100 11011110 10011 1000101 0 1101 100011011 1000110 111001

Color Harmonies of #B344DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B344DE

Black with #B344DE

Text Example


Text Example

White with #B344DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B344DE; }

 p { color: rgb(179,68,222); }

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

background-color css

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

 a { background-color: rgb(179,68,222); }

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

border-color css

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

 span { border-color: rgb(179,68,222); }

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