Html Css Color HEX #B13BCB Dark Orchid

📋 copy color: '#B13BCB'

red 177 ◦ green 59 ◦ blue 203

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

Shades of Dark Orchid #B13BCB

Tints of Dark Orchid #B13BCB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.44%

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

R = 40.32%
G = 13.44%
B = 46.24%

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

#B13BCB (or 0xB13BCB) is known color: Dark Orchid. HEX triplet: B1, 3B and CB. RGB value is (177,59,203). Sum of RGB (Red+Green+Blue) = 177+59+203=439 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.32% from 439); Green value is 59 (23.44% from 255 or 13.44% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 203 - color contains mainly: blue. Hex color #B13BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13BCB is #4EC434. Grayscale: #6E6E6E. Windows color (decimal): -5162037 or 13319089. OLE color: 13319089.

HSL color Cylindrical-coordinate representation of color #B13BCB: hue angle of 289.17º 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 #B13BCB is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 177 59 203 -
CMYK 0.13 0.71 0 0.20
HSL 289.17º 0.58% 0.51% -
HSV(B) 289.17º 0.71% 0.8% -
XYZ 30.47 16.79 58.13 -
YUV 110.7 180.09 175.29 -
System Red Green Blue C M Y K H S L
Decimal 177 59 203 0.13 0.71 0 0.20 289.17 0.58 0.51
Hex B1 3B CB D 47 0 14 121 3A 33
Octal 261 73 313 15 107 0 24 441 72 63
Binary 10110001 111011 11001011 1101 1000111 0 10100 100100001 111010 110011

Color Harmonies of #B13BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13BCB

Black with #B13BCB

Text Example


Text Example

White with #B13BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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