Html Css Color HEX #B345DE Medium Orchid

📋 copy color: '#B345DE'

red 179 ◦ green 69 ◦ blue 222

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

Shades of Medium Orchid #B345DE

Tints of Medium Orchid #B345DE

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.68%

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

R = 38.09%
G = 14.68%
B = 47.23%

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

#B345DE (or 0xB345DE) is known color: Medium Orchid. HEX triplet: B3, 45 and DE. RGB value is (179,69,222). Sum of RGB (Red+Green+Blue) = 179+69+222=470 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.09% from 470); Green value is 69 (27.34% from 255 or 14.68% from 470); Blue value is 222 (87.11% from 255 or 47.23% from 470); Max value from RGB is 222 - color contains mainly: blue. Hex color #B345DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B345DE is #4CBA21. Grayscale: #767676. Windows color (decimal): -5028386 or 14566835. OLE color: 14566835.

HSL color Cylindrical-coordinate representation of color #B345DE: hue angle of 283.14º 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 #B345DE is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 69 222 -
CMYK 0.19 0.69 0 0.13
HSL 283.14º 0.7% 0.57% -
HSV(B) 283.14º 0.69% 0.87% -
XYZ 33.9 19.11 71.01 -
YUV 119.33 185.94 170.56 -
System Red Green Blue C M Y K H S L
Decimal 179 69 222 0.19 0.69 0 0.13 283.14 0.7 0.57
Hex B3 45 DE 13 45 0 D 11B 46 39
Octal 263 105 336 23 105 0 15 433 106 71
Binary 10110011 1000101 11011110 10011 1000101 0 1101 100011011 1000110 111001

Color Harmonies of #B345DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B345DE

Black with #B345DE

Text Example


Text Example

White with #B345DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B345DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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