Html Css Color HEX #B340E6 Medium Orchid

📋 copy color: '#B340E6'

red 179 ◦ green 64 ◦ blue 230

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

Shades of Medium Orchid #B340E6

Tints of Medium Orchid #B340E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 48.63%

R = 37.84%
G = 13.53%
B = 48.63%

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

#B340E6 (or 0xB340E6) is known color: Medium Orchid. HEX triplet: B3, 40 and E6. RGB value is (179,64,230). Sum of RGB (Red+Green+Blue) = 179+64+230=473 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.84% from 473); Green value is 64 (25.39% from 255 or 13.53% from 473); Blue value is 230 (90.23% from 255 or 48.63% from 473); Max value from RGB is 230 - color contains mainly: blue. Hex color #B340E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B340E6 is #4CBF19. Grayscale: #747474. Windows color (decimal): -5029658 or 15089843. OLE color: 15089843.

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

Color convert

RGB 179 64 230 -
CMYK 0.22 0.72 0 0.10
HSL 281.57º 0.77% 0.58% -
HSV(B) 281.57º 0.72% 0.9% -
XYZ 34.71 18.96 76.69 -
YUV 117.31 191.6 172 -
System Red Green Blue C M Y K H S L
Decimal 179 64 230 0.22 0.72 0 0.10 281.57 0.77 0.58
Hex B3 40 E6 16 48 0 A 11A 4D 3A
Octal 263 100 346 26 110 0 12 432 115 72
Binary 10110011 1000000 11100110 10110 1001000 0 1010 100011010 1001101 111010

Color Harmonies of #B340E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B340E6

Black with #B340E6

Text Example


Text Example

White with #B340E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B340E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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