Html Css Color HEX #B34FEC Medium Orchid

📋 copy color: '#B34FEC'

red 179 ◦ green 79 ◦ blue 236

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

Shades of Medium Orchid #B34FEC

Tints of Medium Orchid #B34FEC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.99%

 BLUE value IS 236 (92.58% from 255) = 47.77%

R = 36.23%
G = 15.99%
B = 47.77%

CMYK

 C value IS 0.24

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B34FEC (or 0xB34FEC) is known color: Medium Orchid. HEX triplet: B3, 4F and EC. RGB value is (179,79,236). Sum of RGB (Red+Green+Blue) = 179+79+236=494 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.23% from 494); Green value is 79 (31.25% from 255 or 15.99% from 494); Blue value is 236 (92.58% from 255 or 47.77% from 494); Max value from RGB is 236 - color contains mainly: blue. Hex color #B34FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B34FEC is #4CB013. Grayscale: #7E7E7E. Windows color (decimal): -5025812 or 15486899. OLE color: 15486899.

HSL color Cylindrical-coordinate representation of color #B34FEC: hue angle of 278.22º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B34FEC is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 79 236 -
CMYK 0.24 0.67 0 0.07
HSL 278.22º 0.81% 0.62% -
HSV(B) 278.22º 0.67% 0.93% -
XYZ 36.53 21.23 81.53 -
YUV 126.8 189.63 165.23 -
System Red Green Blue C M Y K H S L
Decimal 179 79 236 0.24 0.67 0 0.07 278.22 0.81 0.62
Hex B3 4F EC 18 43 0 7 116 51 3E
Octal 263 117 354 30 103 0 7 426 121 76
Binary 10110011 1001111 11101100 11000 1000011 0 111 100010110 1010001 111110

Color Harmonies of #B34FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34FEC

Black with #B34FEC

Text Example


Text Example

White with #B34FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34FEC; }

 p { color: rgb(179,79,236); }

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

background-color css

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

 a { background-color: rgb(179,79,236); }

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

border-color css

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

 span { border-color: rgb(179,79,236); }

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