Html Css Color HEX #B340E5 Medium Orchid

📋 copy color: '#B340E5'

red 179 ◦ green 64 ◦ blue 229

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

Shades of Medium Orchid #B340E5

Tints of Medium Orchid #B340E5

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.56%

 BLUE value IS 229 (89.84% from 255) = 48.52%

R = 37.92%
G = 13.56%
B = 48.52%

CMYK

 C value IS 0.22

 M value IS 0.72

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B340E5 (or 0xB340E5) is known color: Medium Orchid. HEX triplet: B3, 40 and E5. RGB value is (179,64,229). Sum of RGB (Red+Green+Blue) = 179+64+229=472 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.92% from 472); Green value is 64 (25.39% from 255 or 13.56% from 472); Blue value is 229 (89.84% from 255 or 48.52% from 472); Max value from RGB is 229 - color contains mainly: blue. Hex color #B340E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B340E5 is #4CBF1A. Grayscale: #747474. Windows color (decimal): -5029659 or 15024307. OLE color: 15024307.

HSL color Cylindrical-coordinate representation of color #B340E5: hue angle of 281.82º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B340E5 is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 179 64 229 -
CMYK 0.22 0.72 0 0.10
HSL 281.82º 0.76% 0.57% -
HSV(B) 281.82º 0.72% 0.9% -
XYZ 34.57 18.91 75.96 -
YUV 117.2 191.1 172.08 -
System Red Green Blue C M Y K H S L
Decimal 179 64 229 0.22 0.72 0 0.10 281.82 0.76 0.57
Hex B3 40 E5 16 48 0 A 11A 4C 39
Octal 263 100 345 26 110 0 12 432 114 71
Binary 10110011 1000000 11100101 10110 1001000 0 1010 100011010 1001100 111001

Color Harmonies of #B340E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B340E5

Black with #B340E5

Text Example


Text Example

White with #B340E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B340E5; }

 p { color: rgb(179,64,229); }

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

background-color css

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

 a { background-color: rgb(179,64,229); }

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

border-color css

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

 span { border-color: rgb(179,64,229); }

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