Html Css Color HEX #B347FF Medium Orchid

📋 copy color: '#B347FF'

red 179 ◦ green 71 ◦ blue 255

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

Shades of Medium Orchid #B347FF

Tints of Medium Orchid #B347FF

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.06%

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

R = 35.45%
G = 14.06%
B = 50.5%

CMYK

 C value IS 0.30

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B347FF (or 0xB347FF) is known color: Medium Orchid. HEX triplet: B3, 47 and FF. RGB value is (179,71,255). Sum of RGB (Red+Green+Blue) = 179+71+255=505 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.45% from 505); Green value is 71 (28.12% from 255 or 14.06% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #B347FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B347FF is #4CB800. Grayscale: #7B7B7B. Windows color (decimal): -5027841 or 16730035. OLE color: 16730035.

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

Color convert

RGB 179 71 255 -
CMYK 0.30 0.72 0 0
HSL 275.22º 1% 0.64% -
HSV(B) 275.22º 0.72% 1% -
XYZ 38.89 21.31 96.67 -
YUV 124.27 201.78 167.04 -
System Red Green Blue C M Y K H S L
Decimal 179 71 255 0.30 0.72 0 0 275.22 1 0.64
Hex B3 47 FF 1E 48 0 0 113 64 40
Octal 263 107 377 36 110 0 0 423 144 100
Binary 10110011 1000111 11111111 11110 1001000 0 0 100010011 1100100 1000000

Color Harmonies of #B347FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B347FF

Black with #B347FF

Text Example


Text Example

White with #B347FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B347FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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