Html Css Color HEX #B341CA Medium Orchid

📋 copy color: '#B341CA'

red 179 ◦ green 65 ◦ blue 202

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

Shades of Medium Orchid #B341CA

Tints of Medium Orchid #B341CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.29%

R = 40.13%
G = 14.57%
B = 45.29%

CMYK

 C value IS 0.11

 M value IS 0.68

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B341CA (or 0xB341CA) is known color: Medium Orchid. HEX triplet: B3, 41 and CA. RGB value is (179,65,202). Sum of RGB (Red+Green+Blue) = 179+65+202=446 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.13% from 446); Green value is 65 (25.78% from 255 or 14.57% from 446); Blue value is 202 (79.30% from 255 or 45.29% from 446); Max value from RGB is 202 - color contains mainly: blue. Hex color #B341CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B341CA is #4CBE35. Grayscale: #727272. Windows color (decimal): -5029430 or 13255091. OLE color: 13255091.

HSL color Cylindrical-coordinate representation of color #B341CA: hue angle of 289.93º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B341CA is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 179 65 202 -
CMYK 0.11 0.68 0 0.21
HSL 289.93º 0.56% 0.52% -
HSV(B) 289.93º 0.68% 0.79% -
XYZ 31.14 17.63 57.64 -
YUV 114.7 177.27 173.86 -
System Red Green Blue C M Y K H S L
Decimal 179 65 202 0.11 0.68 0 0.21 289.93 0.56 0.52
Hex B3 41 CA B 44 0 15 122 38 34
Octal 263 101 312 13 104 0 25 442 70 64
Binary 10110011 1000001 11001010 1011 1000100 0 10101 100100010 111000 110100

Color Harmonies of #B341CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B341CA

Black with #B341CA

Text Example


Text Example

White with #B341CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B341CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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