Html Css Color HEX #B34ADA Medium Orchid

📋 copy color: '#B34ADA'

red 179 ◦ green 74 ◦ blue 218

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

Shades of Medium Orchid #B34ADA

Tints of Medium Orchid #B34ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.28%

R = 38%
G = 15.71%
B = 46.28%

CMYK

 C value IS 0.18

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B34ADA (or 0xB34ADA) is known color: Medium Orchid. HEX triplet: B3, 4A and DA. RGB value is (179,74,218). Sum of RGB (Red+Green+Blue) = 179+74+218=471 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.00% from 471); Green value is 74 (29.30% from 255 or 15.71% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 218 - color contains mainly: blue. Hex color #B34ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B34ADA is #4CB525. Grayscale: #797979. Windows color (decimal): -5027110 or 14305971. OLE color: 14305971.

HSL color Cylindrical-coordinate representation of color #B34ADA: hue angle of 283.75º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B34ADA is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 179 74 218 -
CMYK 0.18 0.66 0 0.15
HSL 283.75º 0.66% 0.57% -
HSV(B) 283.75º 0.66% 0.85% -
XYZ 33.69 19.54 68.33 -
YUV 121.81 182.29 168.79 -
System Red Green Blue C M Y K H S L
Decimal 179 74 218 0.18 0.66 0 0.15 283.75 0.66 0.57
Hex B3 4A DA 12 42 0 F 11C 42 39
Octal 263 112 332 22 102 0 17 434 102 71
Binary 10110011 1001010 11011010 10010 1000010 0 1111 100011100 1000010 111001

Color Harmonies of #B34ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34ADA

Black with #B34ADA

Text Example


Text Example

White with #B34ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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