Html Css Color HEX #B34DFF Medium Orchid

📋 copy color: '#B34DFF'

red 179 ◦ green 77 ◦ blue 255

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

Shades of Medium Orchid #B34DFF

Tints of Medium Orchid #B34DFF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.07%

 BLUE value IS 255 (100% from 255) = 49.9%

R = 35.03%
G = 15.07%
B = 49.9%

CMYK

 C value IS 0.30

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B34DFF (or 0xB34DFF) is known color: Medium Orchid. HEX triplet: B3, 4D and FF. RGB value is (179,77,255). Sum of RGB (Red+Green+Blue) = 179+77+255=511 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.03% from 511); Green value is 77 (30.47% from 255 or 15.07% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #B34DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B34DFF is #4CB200. Grayscale: #7F7F7F. Windows color (decimal): -5026305 or 16731571. OLE color: 16731571.

HSL color Cylindrical-coordinate representation of color #B34DFF: hue angle of 274.38º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B34DFF is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 179 77 255 -
CMYK 0.30 0.70 0 0
HSL 274.38º 1% 0.65% -
HSV(B) 274.38º 0.7% 1% -
XYZ 39.29 22.11 96.8 -
YUV 127.79 199.79 164.53 -
System Red Green Blue C M Y K H S L
Decimal 179 77 255 0.30 0.70 0 0 274.38 1 0.65
Hex B3 4D FF 1E 46 0 0 112 64 41
Octal 263 115 377 36 106 0 0 422 144 101
Binary 10110011 1001101 11111111 11110 1000110 0 0 100010010 1100100 1000001

Color Harmonies of #B34DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34DFF

Black with #B34DFF

Text Example


Text Example

White with #B34DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34DFF; }

 p { color: rgb(179,77,255); }

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

background-color css

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

 a { background-color: rgb(179,77,255); }

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

border-color css

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

 span { border-color: rgb(179,77,255); }

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