Html Css Color HEX #B341CE Medium Orchid

📋 copy color: '#B341CE'

red 179 ◦ green 65 ◦ blue 206

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

Shades of Medium Orchid #B341CE

Tints of Medium Orchid #B341CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.78%

R = 39.78%
G = 14.44%
B = 45.78%

CMYK

 C value IS 0.13

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B341CE (or 0xB341CE) is known color: Medium Orchid. HEX triplet: B3, 41 and CE. RGB value is (179,65,206). Sum of RGB (Red+Green+Blue) = 179+65+206=450 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.78% from 450); Green value is 65 (25.78% from 255 or 14.44% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #B341CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B341CE is #4CBE31. Grayscale: #727272. Windows color (decimal): -5029426 or 13517235. OLE color: 13517235.

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

Color convert

RGB 179 65 206 -
CMYK 0.13 0.68 0 0.19
HSL 288.51º 0.59% 0.53% -
HSV(B) 288.51º 0.68% 0.81% -
XYZ 31.62 17.82 60.17 -
YUV 115.16 179.27 173.54 -
System Red Green Blue C M Y K H S L
Decimal 179 65 206 0.13 0.68 0 0.19 288.51 0.59 0.53
Hex B3 41 CE D 44 0 13 121 3B 35
Octal 263 101 316 15 104 0 23 441 73 65
Binary 10110011 1000001 11001110 1101 1000100 0 10011 100100001 111011 110101

Color Harmonies of #B341CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B341CE

Black with #B341CE

Text Example


Text Example

White with #B341CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B341CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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