Html Css Color HEX #B34ADE Medium Orchid

📋 copy color: '#B34ADE'

red 179 ◦ green 74 ◦ blue 222

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

Shades of Medium Orchid #B34ADE

Tints of Medium Orchid #B34ADE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.58%

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

R = 37.68%
G = 15.58%
B = 46.74%

CMYK

 C value IS 0.19

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B34ADE (or 0xB34ADE) is known color: Medium Orchid. HEX triplet: B3, 4A and DE. RGB value is (179,74,222). Sum of RGB (Red+Green+Blue) = 179+74+222=475 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.68% from 475); Green value is 74 (29.30% from 255 or 15.58% from 475); Blue value is 222 (87.11% from 255 or 46.74% from 475); Max value from RGB is 222 - color contains mainly: blue. Hex color #B34ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B34ADE is #4CB521. Grayscale: #797979. Windows color (decimal): -5027106 or 14568115. OLE color: 14568115.

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

Color convert

RGB 179 74 222 -
CMYK 0.19 0.67 0 0.13
HSL 282.57º 0.69% 0.58% -
HSV(B) 282.57º 0.67% 0.87% -
XYZ 34.22 19.76 71.12 -
YUV 122.27 184.29 168.47 -
System Red Green Blue C M Y K H S L
Decimal 179 74 222 0.19 0.67 0 0.13 282.57 0.69 0.58
Hex B3 4A DE 13 43 0 D 11B 45 3A
Octal 263 112 336 23 103 0 15 433 105 72
Binary 10110011 1001010 11011110 10011 1000011 0 1101 100011011 1000101 111010

Color Harmonies of #B34ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34ADE

Black with #B34ADE

Text Example


Text Example

White with #B34ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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