Html Css Color HEX #B031BC Dark Orchid

📋 copy color: '#B031BC'

red 176 ◦ green 49 ◦ blue 188

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

Shades of Dark Orchid #B031BC

Tints of Dark Orchid #B031BC

RGB

 RED value IS 176 (69.14% from 255) = 42.62%

 GREEN value IS 49 (19.53% from 255) = 11.86%

 BLUE value IS 188 (73.83% from 255) = 45.52%

R = 42.62%
G = 11.86%
B = 45.52%

CMYK

 C value IS 0.06

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B031BC (or 0xB031BC) is known color: Dark Orchid. HEX triplet: B0, 31 and BC. RGB value is (176,49,188). Sum of RGB (Red+Green+Blue) = 176+49+188=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 49 (19.53% from 255 or 11.86% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 188 - color contains mainly: blue. Hex color #B031BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B031BC is #4FCE43. Grayscale: #666666. Windows color (decimal): -5230148 or 12333488. OLE color: 12333488.

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

Color convert

RGB 176 49 188 -
CMYK 0.06 0.74 0 0.26
HSL 294.82º 0.59% 0.46% -
HSV(B) 294.82º 0.74% 0.74% -
XYZ 28.08 15.06 49 -
YUV 102.82 176.08 180.2 -
System Red Green Blue C M Y K H S L
Decimal 176 49 188 0.06 0.74 0 0.26 294.82 0.59 0.46
Hex B0 31 BC 6 4A 0 1A 127 3B 2E
Octal 260 61 274 6 112 0 32 447 73 56
Binary 10110000 110001 10111100 110 1001010 0 11010 100100111 111011 101110

Color Harmonies of #B031BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B031BC

Black with #B031BC

Text Example


Text Example

White with #B031BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B031BC; }

 p { color: rgb(176,49,188); }

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

background-color css

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

 a { background-color: rgb(176,49,188); }

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

border-color css

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

 span { border-color: rgb(176,49,188); }

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