Html Css Color HEX #B130DF Dark Orchid

📋 copy color: '#B130DF'

red 177 ◦ green 48 ◦ blue 223

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

Shades of Dark Orchid #B130DF

Tints of Dark Orchid #B130DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.78%

R = 39.51%
G = 10.71%
B = 49.78%

CMYK

 C value IS 0.21

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B130DF (or 0xB130DF) is known color: Dark Orchid. HEX triplet: B1, 30 and DF. RGB value is (177,48,223). Sum of RGB (Red+Green+Blue) = 177+48+223=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 48 (19.14% from 255 or 10.71% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #B130DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B130DF is #4ECF20. Grayscale: #696969. Windows color (decimal): -5164833 or 14626993. OLE color: 14626993.

HSL color Cylindrical-coordinate representation of color #B130DF: hue angle of 284.23º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B130DF is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 48 223 -
CMYK 0.21 0.78 0 0.13
HSL 284.23º 0.73% 0.53% -
HSV(B) 284.23º 0.78% 0.87% -
XYZ 32.51 16.79 71.34 -
YUV 106.52 193.74 178.27 -
System Red Green Blue C M Y K H S L
Decimal 177 48 223 0.21 0.78 0 0.13 284.23 0.73 0.53
Hex B1 30 DF 15 4E 0 D 11C 49 35
Octal 261 60 337 25 116 0 15 434 111 65
Binary 10110001 110000 11011111 10101 1001110 0 1101 100011100 1001001 110101

Color Harmonies of #B130DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B130DF

Black with #B130DF

Text Example


Text Example

White with #B130DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B130DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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