Html Css Color HEX #B34ADF Medium Orchid

📋 copy color: '#B34ADF'

red 179 ◦ green 74 ◦ blue 223

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

Shades of Medium Orchid #B34ADF

Tints of Medium Orchid #B34ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.85%

R = 37.61%
G = 15.55%
B = 46.85%

CMYK

 C value IS 0.20

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B34ADF (or 0xB34ADF) is known color: Medium Orchid. HEX triplet: B3, 4A and DF. RGB value is (179,74,223). Sum of RGB (Red+Green+Blue) = 179+74+223=476 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.61% from 476); Green value is 74 (29.30% from 255 or 15.55% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 223 - color contains mainly: blue. Hex color #B34ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B34ADF is #4CB520. Grayscale: #797979. Windows color (decimal): -5027105 or 14633651. OLE color: 14633651.

HSL color Cylindrical-coordinate representation of color #B34ADF: hue angle of 282.28º degrees, saturation: 0.7, 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 #B34ADF is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 74 223 -
CMYK 0.20 0.67 0 0.13
HSL 282.28º 0.7% 0.58% -
HSV(B) 282.28º 0.67% 0.87% -
XYZ 34.36 19.81 71.82 -
YUV 122.38 184.79 168.38 -
System Red Green Blue C M Y K H S L
Decimal 179 74 223 0.20 0.67 0 0.13 282.28 0.7 0.58
Hex B3 4A DF 14 43 0 D 11A 46 3A
Octal 263 112 337 24 103 0 15 432 106 72
Binary 10110011 1001010 11011111 10100 1000011 0 1101 100011010 1000110 111010

Color Harmonies of #B34ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34ADF

Black with #B34ADF

Text Example


Text Example

White with #B34ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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