Html Css Color HEX #B341CC Medium Orchid

📋 copy color: '#B341CC'

red 179 ◦ green 65 ◦ blue 204

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

Shades of Medium Orchid #B341CC

Tints of Medium Orchid #B341CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.54%

R = 39.96%
G = 14.51%
B = 45.54%

CMYK

 C value IS 0.12

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B341CC (or 0xB341CC) is known color: Medium Orchid. HEX triplet: B3, 41 and CC. RGB value is (179,65,204). Sum of RGB (Red+Green+Blue) = 179+65+204=448 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.96% from 448); Green value is 65 (25.78% from 255 or 14.51% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: blue. Hex color #B341CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B341CC is #4CBE33. Grayscale: #727272. Windows color (decimal): -5029428 or 13386163. OLE color: 13386163.

HSL color Cylindrical-coordinate representation of color #B341CC: hue angle of 289.21º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B341CC is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 179 65 204 -
CMYK 0.12 0.68 0 0.2
HSL 289.21º 0.58% 0.53% -
HSV(B) 289.21º 0.68% 0.8% -
XYZ 31.38 17.72 58.89 -
YUV 114.93 178.27 173.7 -
System Red Green Blue C M Y K H S L
Decimal 179 65 204 0.12 0.68 0 0.2 289.21 0.58 0.53
Hex B3 41 CC C 44 0 14 121 3A 35
Octal 263 101 314 14 104 0 24 441 72 65
Binary 10110011 1000001 11001100 1100 1000100 0 10100 100100001 111010 110101

Color Harmonies of #B341CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B341CC

Black with #B341CC

Text Example


Text Example

White with #B341CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B341CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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