Html Css Color HEX #B34FE3 Medium Orchid

📋 copy color: '#B34FE3'

red 179 ◦ green 79 ◦ blue 227

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

Shades of Medium Orchid #B34FE3

Tints of Medium Orchid #B34FE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 46.8%

R = 36.91%
G = 16.29%
B = 46.8%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B34FE3 (or 0xB34FE3) is known color: Medium Orchid. HEX triplet: B3, 4F and E3. RGB value is (179,79,227). Sum of RGB (Red+Green+Blue) = 179+79+227=485 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.91% from 485); Green value is 79 (31.25% from 255 or 16.29% from 485); Blue value is 227 (89.06% from 255 or 46.80% from 485); Max value from RGB is 227 - color contains mainly: blue. Hex color #B34FE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B34FE3 is #4CB01C. Grayscale: #7D7D7D. Windows color (decimal): -5025821 or 14897075. OLE color: 14897075.

HSL color Cylindrical-coordinate representation of color #B34FE3: hue angle of 280.54º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B34FE3 is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 179 79 227 -
CMYK 0.21 0.65 0 0.11
HSL 280.54º 0.73% 0.6% -
HSV(B) 280.54º 0.65% 0.89% -
XYZ 35.25 20.72 74.81 -
YUV 125.77 185.13 165.97 -
System Red Green Blue C M Y K H S L
Decimal 179 79 227 0.21 0.65 0 0.11 280.54 0.73 0.6
Hex B3 4F E3 15 41 0 B 119 49 3C
Octal 263 117 343 25 101 0 13 431 111 74
Binary 10110011 1001111 11100011 10101 1000001 0 1011 100011001 1001001 111100

Color Harmonies of #B34FE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34FE3

Black with #B34FE3

Text Example


Text Example

White with #B34FE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34FE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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