Html Css Color HEX #B34EFE Medium Orchid

📋 copy color: '#B34EFE'

red 179 ◦ green 78 ◦ blue 254

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

Shades of Medium Orchid #B34EFE

Tints of Medium Orchid #B34EFE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.26%

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

R = 35.03%
G = 15.26%
B = 49.71%

CMYK

 C value IS 0.30

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B34EFE (or 0xB34EFE) is known color: Medium Orchid. HEX triplet: B3, 4E and FE. RGB value is (179,78,254). Sum of RGB (Red+Green+Blue) = 179+78+254=511 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.03% from 511); Green value is 78 (30.86% from 255 or 15.26% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #B34EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B34EFE is #4CB101. Grayscale: #7F7F7F. Windows color (decimal): -5026050 or 16666291. OLE color: 16666291.

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

Color convert

RGB 179 78 254 -
CMYK 0.30 0.69 0 0.00
HSL 274.43º 0.99% 0.65% -
HSV(B) 274.43º 0.69% 1% -
XYZ 39.2 22.19 95.98 -
YUV 128.26 198.96 164.19 -
System Red Green Blue C M Y K H S L
Decimal 179 78 254 0.30 0.69 0 0.00 274.43 0.99 0.65
Hex B3 4E FE 1E 45 0 0 112 63 41
Octal 263 116 376 36 105 0 0 422 143 101
Binary 10110011 1001110 11111110 11110 1000101 0 0 100010010 1100011 1000001

Color Harmonies of #B34EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34EFE

Black with #B34EFE

Text Example


Text Example

White with #B34EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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