Html Css Color HEX #B34DFE Medium Orchid

📋 copy color: '#B34DFE'

red 179 ◦ green 77 ◦ blue 254

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

Shades of Medium Orchid #B34DFE

Tints of Medium Orchid #B34DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.8%

R = 35.1%
G = 15.1%
B = 49.8%

CMYK

 C value IS 0.30

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B34DFE (or 0xB34DFE) is known color: Medium Orchid. HEX triplet: B3, 4D and FE. RGB value is (179,77,254). Sum of RGB (Red+Green+Blue) = 179+77+254=510 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.10% from 510); Green value is 77 (30.47% from 255 or 15.10% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #B34DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B34DFE is #4CB201. Grayscale: #7F7F7F. Windows color (decimal): -5026306 or 16666035. OLE color: 16666035.

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

Color convert

RGB 179 77 254 -
CMYK 0.30 0.70 0 0.00
HSL 274.58º 0.99% 0.65% -
HSV(B) 274.58º 0.7% 1% -
XYZ 39.13 22.05 95.96 -
YUV 127.68 199.29 164.61 -
System Red Green Blue C M Y K H S L
Decimal 179 77 254 0.30 0.70 0 0.00 274.58 0.99 0.65
Hex B3 4D FE 1E 46 0 0 113 63 41
Octal 263 115 376 36 106 0 0 423 143 101
Binary 10110011 1001101 11111110 11110 1000110 0 0 100010011 1100011 1000001

Color Harmonies of #B34DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34DFE

Black with #B34DFE

Text Example


Text Example

White with #B34DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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