Html Css Color HEX #B347ED Medium Orchid

📋 copy color: '#B347ED'

red 179 ◦ green 71 ◦ blue 237

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

Shades of Medium Orchid #B347ED

Tints of Medium Orchid #B347ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.67%

R = 36.76%
G = 14.58%
B = 48.67%

CMYK

 C value IS 0.24

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B347ED (or 0xB347ED) is known color: Medium Orchid. HEX triplet: B3, 47 and ED. RGB value is (179,71,237). Sum of RGB (Red+Green+Blue) = 179+71+237=487 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.76% from 487); Green value is 71 (28.12% from 255 or 14.58% from 487); Blue value is 237 (92.97% from 255 or 48.67% from 487); Max value from RGB is 237 - color contains mainly: blue. Hex color #B347ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B347ED is #4CB812. Grayscale: #797979. Windows color (decimal): -5027859 or 15550387. OLE color: 15550387.

HSL color Cylindrical-coordinate representation of color #B347ED: hue angle of 279.04º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B347ED is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 71 237 -
CMYK 0.24 0.70 0 0.07
HSL 279.04º 0.82% 0.6% -
HSV(B) 279.04º 0.7% 0.93% -
XYZ 36.13 20.2 82.12 -
YUV 122.22 192.78 168.5 -
System Red Green Blue C M Y K H S L
Decimal 179 71 237 0.24 0.70 0 0.07 279.04 0.82 0.6
Hex B3 47 ED 18 46 0 7 117 52 3C
Octal 263 107 355 30 106 0 7 427 122 74
Binary 10110011 1000111 11101101 11000 1000110 0 111 100010111 1010010 111100

Color Harmonies of #B347ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B347ED

Black with #B347ED

Text Example


Text Example

White with #B347ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B347ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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