Html Css Color HEX #B130BD Dark Orchid

📋 copy color: '#B130BD'

red 177 ◦ green 48 ◦ blue 189

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

Shades of Dark Orchid #B130BD

Tints of Dark Orchid #B130BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.65%

R = 42.75%
G = 11.59%
B = 45.65%

CMYK

 C value IS 0.06

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B130BD (or 0xB130BD) is known color: Dark Orchid. HEX triplet: B1, 30 and BD. RGB value is (177,48,189). Sum of RGB (Red+Green+Blue) = 177+48+189=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 48 (19.14% from 255 or 11.59% from 414); Blue value is 189 (74.22% from 255 or 45.65% from 414); Max value from RGB is 189 - color contains mainly: blue. Hex color #B130BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B130BD is #4ECF42. Grayscale: #666666. Windows color (decimal): -5164867 or 12398769. OLE color: 12398769.

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

Color convert

RGB 177 48 189 -
CMYK 0.06 0.75 0 0.26
HSL 294.89º 0.59% 0.46% -
HSV(B) 294.89º 0.75% 0.74% -
XYZ 28.37 15.14 49.57 -
YUV 102.65 176.74 181.04 -
System Red Green Blue C M Y K H S L
Decimal 177 48 189 0.06 0.75 0 0.26 294.89 0.59 0.46
Hex B1 30 BD 6 4B 0 1A 127 3B 2E
Octal 261 60 275 6 113 0 32 447 73 56
Binary 10110001 110000 10111101 110 1001011 0 11010 100100111 111011 101110

Color Harmonies of #B130BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B130BD

Black with #B130BD

Text Example


Text Example

White with #B130BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B130BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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