Html Css Color HEX #B341D7 Medium Orchid

📋 copy color: '#B341D7'

red 179 ◦ green 65 ◦ blue 215

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

Shades of Medium Orchid #B341D7

Tints of Medium Orchid #B341D7

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.16%

 BLUE value IS 215 (84.38% from 255) = 46.84%

R = 39%
G = 14.16%
B = 46.84%

CMYK

 C value IS 0.17

 M value IS 0.70

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B341D7 (or 0xB341D7) is known color: Medium Orchid. HEX triplet: B3, 41 and D7. RGB value is (179,65,215). Sum of RGB (Red+Green+Blue) = 179+65+215=459 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.00% from 459); Green value is 65 (25.78% from 255 or 14.16% from 459); Blue value is 215 (84.38% from 255 or 46.84% from 459); Max value from RGB is 215 - color contains mainly: blue. Hex color #B341D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B341D7 is #4CBE28. Grayscale: #737373. Windows color (decimal): -5029417 or 14107059. OLE color: 14107059.

HSL color Cylindrical-coordinate representation of color #B341D7: hue angle of 285.6º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B341D7 is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 179 65 215 -
CMYK 0.17 0.70 0 0.16
HSL 285.6º 0.65% 0.55% -
HSV(B) 285.6º 0.7% 0.84% -
XYZ 32.75 18.27 66.09 -
YUV 116.19 183.77 172.8 -
System Red Green Blue C M Y K H S L
Decimal 179 65 215 0.17 0.70 0 0.16 285.6 0.65 0.55
Hex B3 41 D7 11 46 0 10 11E 41 37
Octal 263 101 327 21 106 0 20 436 101 67
Binary 10110011 1000001 11010111 10001 1000110 0 10000 100011110 1000001 110111

Color Harmonies of #B341D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B341D7

Black with #B341D7

Text Example


Text Example

White with #B341D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B341D7; }

 p { color: rgb(179,65,215); }

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

background-color css

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

 a { background-color: rgb(179,65,215); }

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

border-color css

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

 span { border-color: rgb(179,65,215); }

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