Html Css Color HEX #B130F0 Dark Orchid

📋 copy color: '#B130F0'

red 177 ◦ green 48 ◦ blue 240

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

Shades of Dark Orchid #B130F0

Tints of Dark Orchid #B130F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 51.61%

R = 38.06%
G = 10.32%
B = 51.61%

CMYK

 C value IS 0.26

 M value IS 0.8

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B130F0 (or 0xB130F0) is known color: Dark Orchid. HEX triplet: B1, 30 and F0. RGB value is (177,48,240). Sum of RGB (Red+Green+Blue) = 177+48+240=465 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.06% from 465); Green value is 48 (19.14% from 255 or 10.32% from 465); Blue value is 240 (94.14% from 255 or 51.61% from 465); Max value from RGB is 240 - color contains mainly: blue. Hex color #B130F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B130F0 is #4ECF0F. Grayscale: #6B6B6B. Windows color (decimal): -5164816 or 15741105. OLE color: 15741105.

HSL color Cylindrical-coordinate representation of color #B130F0: hue angle of 280.31º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B130F0 is Cyan = 0.26, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 177 48 240 -
CMYK 0.26 0.8 0 0.06
HSL 280.31º 0.86% 0.56% -
HSV(B) 280.31º 0.8% 0.94% -
XYZ 34.92 17.75 84.02 -
YUV 108.46 202.24 176.89 -
System Red Green Blue C M Y K H S L
Decimal 177 48 240 0.26 0.8 0 0.06 280.31 0.86 0.56
Hex B1 30 F0 1A 50 0 6 118 56 38
Octal 261 60 360 32 120 0 6 430 126 70
Binary 10110001 110000 11110000 11010 1010000 0 110 100011000 1010110 111000

Color Harmonies of #B130F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B130F0

Black with #B130F0

Text Example


Text Example

White with #B130F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B130F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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