Html Css Color HEX #B13ACB Dark Orchid

📋 copy color: '#B13ACB'

red 177 ◦ green 58 ◦ blue 203

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

Shades of Dark Orchid #B13ACB

Tints of Dark Orchid #B13ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.35%

R = 40.41%
G = 13.24%
B = 46.35%

CMYK

 C value IS 0.13

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B13ACB (or 0xB13ACB) is known color: Dark Orchid. HEX triplet: B1, 3A and CB. RGB value is (177,58,203). Sum of RGB (Red+Green+Blue) = 177+58+203=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 58 (23.05% from 255 or 13.24% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #B13ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13ACB is #4EC534. Grayscale: #6D6D6D. Windows color (decimal): -5162293 or 13318833. OLE color: 13318833.

HSL color Cylindrical-coordinate representation of color #B13ACB: hue angle of 289.24º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B13ACB is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 177 58 203 -
CMYK 0.13 0.71 0 0.20
HSL 289.24º 0.58% 0.51% -
HSV(B) 289.24º 0.71% 0.8% -
XYZ 30.42 16.69 58.12 -
YUV 110.11 180.42 175.71 -
System Red Green Blue C M Y K H S L
Decimal 177 58 203 0.13 0.71 0 0.20 289.24 0.58 0.51
Hex B1 3A CB D 47 0 14 121 3A 33
Octal 261 72 313 15 107 0 24 441 72 63
Binary 10110001 111010 11001011 1101 1000111 0 10100 100100001 111010 110011

Color Harmonies of #B13ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13ACB

Black with #B13ACB

Text Example


Text Example

White with #B13ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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