Html Css Color HEX #B340FF Medium Orchid

📋 copy color: '#B340FF'

red 179 ◦ green 64 ◦ blue 255

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

Shades of Medium Orchid #B340FF

Tints of Medium Orchid #B340FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.2%

R = 35.94%
G = 12.85%
B = 51.2%

CMYK

 C value IS 0.30

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B340FF (or 0xB340FF) is known color: Medium Orchid. HEX triplet: B3, 40 and FF. RGB value is (179,64,255). Sum of RGB (Red+Green+Blue) = 179+64+255=498 (65% of max value = 765). Red value is 179 (70.31% from 255 or 35.94% from 498); Green value is 64 (25.39% from 255 or 12.85% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #B340FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B340FF is #4CBF00. Grayscale: #777777. Windows color (decimal): -5029633 or 16728243. OLE color: 16728243.

HSL color Cylindrical-coordinate representation of color #B340FF: hue angle of 276.13º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B340FF is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 179 64 255 -
CMYK 0.30 0.75 0 0
HSL 276.13º 1% 0.63% -
HSV(B) 276.13º 0.75% 1% -
XYZ 38.47 20.47 96.53 -
YUV 120.16 204.1 169.97 -
System Red Green Blue C M Y K H S L
Decimal 179 64 255 0.30 0.75 0 0 276.13 1 0.63
Hex B3 40 FF 1E 4B 0 0 114 64 3F
Octal 263 100 377 36 113 0 0 424 144 77
Binary 10110011 1000000 11111111 11110 1001011 0 0 100010100 1100100 111111

Color Harmonies of #B340FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B340FF

Black with #B340FF

Text Example


Text Example

White with #B340FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B340FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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