Html Css Color HEX #B130C1 Dark Orchid

📋 copy color: '#B130C1'

red 177 ◦ green 48 ◦ blue 193

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

Shades of Dark Orchid #B130C1

Tints of Dark Orchid #B130C1

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.48%

 BLUE value IS 193 (75.78% from 255) = 46.17%

R = 42.34%
G = 11.48%
B = 46.17%

CMYK

 C value IS 0.08

 M value IS 0.75

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B130C1 (or 0xB130C1) is known color: Dark Orchid. HEX triplet: B1, 30 and C1. RGB value is (177,48,193). Sum of RGB (Red+Green+Blue) = 177+48+193=418 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.34% from 418); Green value is 48 (19.14% from 255 or 11.48% from 418); Blue value is 193 (75.78% from 255 or 46.17% from 418); Max value from RGB is 193 - color contains mainly: blue. Hex color #B130C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B130C1 is #4ECF3E. Grayscale: #666666. Windows color (decimal): -5164863 or 12660913. OLE color: 12660913.

HSL color Cylindrical-coordinate representation of color #B130C1: hue angle of 293.38º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B130C1 is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 177 48 193 -
CMYK 0.08 0.75 0 0.24
HSL 293.38º 0.6% 0.47% -
HSV(B) 293.38º 0.75% 0.76% -
XYZ 28.81 15.31 51.89 -
YUV 103.1 178.74 180.71 -
System Red Green Blue C M Y K H S L
Decimal 177 48 193 0.08 0.75 0 0.24 293.38 0.6 0.47
Hex B1 30 C1 8 4B 0 18 125 3C 2F
Octal 261 60 301 10 113 0 30 445 74 57
Binary 10110001 110000 11000001 1000 1001011 0 11000 100100101 111100 101111

Color Harmonies of #B130C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B130C1

Black with #B130C1

Text Example


Text Example

White with #B130C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B130C1; }

 p { color: rgb(177,48,193); }

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

background-color css

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

 a { background-color: rgb(177,48,193); }

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

border-color css

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

 span { border-color: rgb(177,48,193); }

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