Html Css Color HEX #B13ACE Dark Orchid

📋 copy color: '#B13ACE'

red 177 ◦ green 58 ◦ blue 206

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

Shades of Dark Orchid #B13ACE

Tints of Dark Orchid #B13ACE

RGB

 RED value IS 177 (69.53% from 255) = 40.14%

 GREEN value IS 58 (23.05% from 255) = 13.15%

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

R = 40.14%
G = 13.15%
B = 46.71%

CMYK

 C value IS 0.14

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B13ACE (or 0xB13ACE) is known color: Dark Orchid. HEX triplet: B1, 3A and CE. RGB value is (177,58,206). Sum of RGB (Red+Green+Blue) = 177+58+206=441 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.14% from 441); Green value is 58 (23.05% from 255 or 13.15% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #B13ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13ACE is #4EC531. Grayscale: #6D6D6D. Windows color (decimal): -5162290 or 13515441. OLE color: 13515441.

HSL color Cylindrical-coordinate representation of color #B13ACE: hue angle of 288.24º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B13ACE is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 58 206 -
CMYK 0.14 0.72 0 0.19
HSL 288.24º 0.6% 0.52% -
HSV(B) 288.24º 0.72% 0.81% -
XYZ 30.79 16.83 60.02 -
YUV 110.45 181.92 175.47 -
System Red Green Blue C M Y K H S L
Decimal 177 58 206 0.14 0.72 0 0.19 288.24 0.6 0.52
Hex B1 3A CE E 48 0 13 120 3C 34
Octal 261 72 316 16 110 0 23 440 74 64
Binary 10110001 111010 11001110 1110 1001000 0 10011 100100000 111100 110100

Color Harmonies of #B13ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13ACE

Black with #B13ACE

Text Example


Text Example

White with #B13ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13ACE; }

 p { color: rgb(177,58,206); }

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

background-color css

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

 a { background-color: rgb(177,58,206); }

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

border-color css

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

 span { border-color: rgb(177,58,206); }

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