Html Css Color HEX #B118D3 Dark Orchid

📋 copy color: '#B118D3'

red 177 ◦ green 24 ◦ blue 211

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

Shades of Dark Orchid #B118D3

Tints of Dark Orchid #B118D3

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.83%

 BLUE value IS 211 (82.81% from 255) = 51.21%

R = 42.96%
G = 5.83%
B = 51.21%

CMYK

 C value IS 0.16

 M value IS 0.89

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B118D3 (or 0xB118D3) is known color: Dark Orchid. HEX triplet: B1, 18 and D3. RGB value is (177,24,211). Sum of RGB (Red+Green+Blue) = 177+24+211=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 24 (9.77% from 255 or 5.83% from 412); Blue value is 211 (82.81% from 255 or 51.21% from 412); Max value from RGB is 211 - color contains mainly: blue. Hex color #B118D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B118D3 is #4EE72C. Grayscale: #5A5A5A. Windows color (decimal): -5170989 or 13834417. OLE color: 13834417.

HSL color Cylindrical-coordinate representation of color #B118D3: hue angle of 289.09º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B118D3 is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 177 24 211 -
CMYK 0.16 0.89 0 0.17
HSL 289.09º 0.8% 0.46% -
HSV(B) 289.09º 0.89% 0.83% -
XYZ 30.22 14.7 62.87 -
YUV 91.07 195.69 189.29 -
System Red Green Blue C M Y K H S L
Decimal 177 24 211 0.16 0.89 0 0.17 289.09 0.8 0.46
Hex B1 18 D3 10 59 0 11 121 50 2E
Octal 261 30 323 20 131 0 21 441 120 56
Binary 10110001 11000 11010011 10000 1011001 0 10001 100100001 1010000 101110

Color Harmonies of #B118D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B118D3

Black with #B118D3

Text Example


Text Example

White with #B118D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B118D3; }

 p { color: rgb(177,24,211); }

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

background-color css

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

 a { background-color: rgb(177,24,211); }

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

border-color css

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

 span { border-color: rgb(177,24,211); }

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