Html Css Color HEX #B347FE Medium Orchid

📋 copy color: '#B347FE'

red 179 ◦ green 71 ◦ blue 254

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

Shades of Medium Orchid #B347FE

Tints of Medium Orchid #B347FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.4%

R = 35.52%
G = 14.09%
B = 50.4%

CMYK

 C value IS 0.30

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B347FE (or 0xB347FE) is known color: Medium Orchid. HEX triplet: B3, 47 and FE. RGB value is (179,71,254). Sum of RGB (Red+Green+Blue) = 179+71+254=504 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.52% from 504); Green value is 71 (28.12% from 255 or 14.09% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #B347FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B347FE is #4CB801. Grayscale: #7B7B7B. Windows color (decimal): -5027842 or 16664499. OLE color: 16664499.

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

Color convert

RGB 179 71 254 -
CMYK 0.30 0.72 0 0.00
HSL 275.41º 0.99% 0.64% -
HSV(B) 275.41º 0.72% 1% -
XYZ 38.73 21.25 95.83 -
YUV 124.15 201.28 167.12 -
System Red Green Blue C M Y K H S L
Decimal 179 71 254 0.30 0.72 0 0.00 275.41 0.99 0.64
Hex B3 47 FE 1E 48 0 0 113 63 40
Octal 263 107 376 36 110 0 0 423 143 100
Binary 10110011 1000111 11111110 11110 1001000 0 0 100010011 1100011 1000000

Color Harmonies of #B347FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B347FE

Black with #B347FE

Text Example


Text Example

White with #B347FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B347FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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