Html Css Color HEX #B130BA Dark Orchid

📋 copy color: '#B130BA'

red 177 ◦ green 48 ◦ blue 186

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

Shades of Dark Orchid #B130BA

Tints of Dark Orchid #B130BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.26%

R = 43.07%
G = 11.68%
B = 45.26%

CMYK

 C value IS 0.05

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B130BA (or 0xB130BA) is known color: Dark Orchid. HEX triplet: B1, 30 and BA. RGB value is (177,48,186). Sum of RGB (Red+Green+Blue) = 177+48+186=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 48 (19.14% from 255 or 11.68% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 186 - color contains mainly: blue. Hex color #B130BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B130BA is #4ECF45. Grayscale: #656565. Windows color (decimal): -5164870 or 12202161. OLE color: 12202161.

HSL color Cylindrical-coordinate representation of color #B130BA: hue angle of 296.09º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B130BA is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 177 48 186 -
CMYK 0.05 0.74 0 0.27
HSL 296.09º 0.59% 0.46% -
HSV(B) 296.09º 0.74% 0.73% -
XYZ 28.05 15.01 47.87 -
YUV 102.3 175.24 181.28 -
System Red Green Blue C M Y K H S L
Decimal 177 48 186 0.05 0.74 0 0.27 296.09 0.59 0.46
Hex B1 30 BA 5 4A 0 1B 128 3B 2E
Octal 261 60 272 5 112 0 33 450 73 56
Binary 10110001 110000 10111010 101 1001010 0 11011 100101000 111011 101110

Color Harmonies of #B130BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B130BA

Black with #B130BA

Text Example


Text Example

White with #B130BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B130BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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