Html Css Color HEX #B34EF7 Medium Orchid

📋 copy color: '#B34EF7'

red 179 ◦ green 78 ◦ blue 247

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

Shades of Medium Orchid #B34EF7

Tints of Medium Orchid #B34EF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 49.01%

R = 35.52%
G = 15.48%
B = 49.01%

CMYK

 C value IS 0.28

 M value IS 0.68

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B34EF7 (or 0xB34EF7) is known color: Medium Orchid. HEX triplet: B3, 4E and F7. RGB value is (179,78,247). Sum of RGB (Red+Green+Blue) = 179+78+247=504 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.52% from 504); Green value is 78 (30.86% from 255 or 15.48% from 504); Blue value is 247 (96.88% from 255 or 49.01% from 504); Max value from RGB is 247 - color contains mainly: blue. Hex color #B34EF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B34EF7 is #4CB108. Grayscale: #7E7E7E. Windows color (decimal): -5026057 or 16207539. OLE color: 16207539.

HSL color Cylindrical-coordinate representation of color #B34EF7: hue angle of 275.86º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B34EF7 is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 179 78 247 -
CMYK 0.28 0.68 0 0.03
HSL 275.86º 0.91% 0.64% -
HSV(B) 275.86º 0.68% 0.97% -
XYZ 38.1 21.75 90.19 -
YUV 127.47 195.46 164.76 -
System Red Green Blue C M Y K H S L
Decimal 179 78 247 0.28 0.68 0 0.03 275.86 0.91 0.64
Hex B3 4E F7 1C 44 0 3 114 5B 40
Octal 263 116 367 34 104 0 3 424 133 100
Binary 10110011 1001110 11110111 11100 1000100 0 11 100010100 1011011 1000000

Color Harmonies of #B34EF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34EF7

Black with #B34EF7

Text Example


Text Example

White with #B34EF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34EF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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