Html Css Color HEX #B347DD Medium Orchid

📋 copy color: '#B347DD'

red 179 ◦ green 71 ◦ blue 221

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

Shades of Medium Orchid #B347DD

Tints of Medium Orchid #B347DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.92%

R = 38%
G = 15.07%
B = 46.92%

CMYK

 C value IS 0.19

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B347DD (or 0xB347DD) is known color: Medium Orchid. HEX triplet: B3, 47 and DD. RGB value is (179,71,221). Sum of RGB (Red+Green+Blue) = 179+71+221=471 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.00% from 471); Green value is 71 (28.12% from 255 or 15.07% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #B347DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B347DD is #4CB822. Grayscale: #777777. Windows color (decimal): -5027875 or 14501811. OLE color: 14501811.

HSL color Cylindrical-coordinate representation of color #B347DD: hue angle of 283.2º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B347DD is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 71 221 -
CMYK 0.19 0.68 0 0.13
HSL 283.2º 0.69% 0.57% -
HSV(B) 283.2º 0.68% 0.87% -
XYZ 33.89 19.31 70.35 -
YUV 120.39 184.78 169.8 -
System Red Green Blue C M Y K H S L
Decimal 179 71 221 0.19 0.68 0 0.13 283.2 0.69 0.57
Hex B3 47 DD 13 44 0 D 11B 45 39
Octal 263 107 335 23 104 0 15 433 105 71
Binary 10110011 1000111 11011101 10011 1000100 0 1101 100011011 1000101 111001

Color Harmonies of #B347DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B347DD

Black with #B347DD

Text Example


Text Example

White with #B347DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B347DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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