Html Css Color HEX #B34AF6 Medium Orchid

📋 copy color: '#B34AF6'

red 179 ◦ green 74 ◦ blue 246

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

Shades of Medium Orchid #B34AF6

Tints of Medium Orchid #B34AF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 49.3%

R = 35.87%
G = 14.83%
B = 49.3%

CMYK

 C value IS 0.27

 M value IS 0.70

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B34AF6 (or 0xB34AF6) is known color: Medium Orchid. HEX triplet: B3, 4A and F6. RGB value is (179,74,246). Sum of RGB (Red+Green+Blue) = 179+74+246=499 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.87% from 499); Green value is 74 (29.30% from 255 or 14.83% from 499); Blue value is 246 (96.48% from 255 or 49.30% from 499); Max value from RGB is 246 - color contains mainly: blue. Hex color #B34AF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B34AF6 is #4CB509. Grayscale: #7C7C7C. Windows color (decimal): -5027082 or 16140979. OLE color: 16140979.

HSL color Cylindrical-coordinate representation of color #B34AF6: hue angle of 276.63º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B34AF6 is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 179 74 246 -
CMYK 0.27 0.70 0 0.04
HSL 276.63º 0.91% 0.63% -
HSV(B) 276.63º 0.7% 0.96% -
XYZ 37.67 21.14 89.28 -
YUV 125 196.29 166.51 -
System Red Green Blue C M Y K H S L
Decimal 179 74 246 0.27 0.70 0 0.04 276.63 0.91 0.63
Hex B3 4A F6 1B 46 0 4 115 5B 3F
Octal 263 112 366 33 106 0 4 425 133 77
Binary 10110011 1001010 11110110 11011 1000110 0 100 100010101 1011011 111111

Color Harmonies of #B34AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34AF6

Black with #B34AF6

Text Example


Text Example

White with #B34AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34AF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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