Html Css Color HEX #B130C3 Dark Orchid

📋 copy color: '#B130C3'

red 177 ◦ green 48 ◦ blue 195

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

Shades of Dark Orchid #B130C3

Tints of Dark Orchid #B130C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 46.43%

R = 42.14%
G = 11.43%
B = 46.43%

CMYK

 C value IS 0.09

 M value IS 0.75

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B130C3 (or 0xB130C3) is known color: Dark Orchid. HEX triplet: B1, 30 and C3. RGB value is (177,48,195). Sum of RGB (Red+Green+Blue) = 177+48+195=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 48 (19.14% from 255 or 11.43% from 420); Blue value is 195 (76.56% from 255 or 46.43% from 420); Max value from RGB is 195 - color contains mainly: blue. Hex color #B130C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B130C3 is #4ECF3C. Grayscale: #666666. Windows color (decimal): -5164861 or 12791985. OLE color: 12791985.

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

Color convert

RGB 177 48 195 -
CMYK 0.09 0.75 0 0.24
HSL 292.65º 0.6% 0.48% -
HSV(B) 292.65º 0.75% 0.76% -
XYZ 29.04 15.4 53.07 -
YUV 103.33 179.74 180.55 -
System Red Green Blue C M Y K H S L
Decimal 177 48 195 0.09 0.75 0 0.24 292.65 0.6 0.48
Hex B1 30 C3 9 4B 0 18 125 3C 30
Octal 261 60 303 11 113 0 30 445 74 60
Binary 10110001 110000 11000011 1001 1001011 0 11000 100100101 111100 110000

Color Harmonies of #B130C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B130C3

Black with #B130C3

Text Example


Text Example

White with #B130C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B130C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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