Html Css Color HEX #B130D9 Dark Orchid

📋 copy color: '#B130D9'

red 177 ◦ green 48 ◦ blue 217

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

Shades of Dark Orchid #B130D9

Tints of Dark Orchid #B130D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 49.1%

R = 40.05%
G = 10.86%
B = 49.1%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B130D9 (or 0xB130D9) is known color: Dark Orchid. HEX triplet: B1, 30 and D9. RGB value is (177,48,217). Sum of RGB (Red+Green+Blue) = 177+48+217=442 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.05% from 442); Green value is 48 (19.14% from 255 or 10.86% from 442); Blue value is 217 (85.16% from 255 or 49.10% from 442); Max value from RGB is 217 - color contains mainly: blue. Hex color #B130D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B130D9 is #4ECF26. Grayscale: #696969. Windows color (decimal): -5164839 or 14233777. OLE color: 14233777.

HSL color Cylindrical-coordinate representation of color #B130D9: hue angle of 285.8º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B130D9 is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 48 217 -
CMYK 0.18 0.78 0 0.15
HSL 285.8º 0.69% 0.52% -
HSV(B) 285.8º 0.78% 0.85% -
XYZ 31.71 16.47 67.15 -
YUV 105.84 190.74 178.76 -
System Red Green Blue C M Y K H S L
Decimal 177 48 217 0.18 0.78 0 0.15 285.8 0.69 0.52
Hex B1 30 D9 12 4E 0 F 11E 45 34
Octal 261 60 331 22 116 0 17 436 105 64
Binary 10110001 110000 11011001 10010 1001110 0 1111 100011110 1000101 110100

Color Harmonies of #B130D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B130D9

Black with #B130D9

Text Example


Text Example

White with #B130D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B130D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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