Html Css Color HEX #B031BD Dark Orchid

📋 copy color: '#B031BD'

red 176 ◦ green 49 ◦ blue 189

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

Shades of Dark Orchid #B031BD

Tints of Dark Orchid #B031BD

RGB

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

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

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

R = 42.51%
G = 11.84%
B = 45.65%

CMYK

 C value IS 0.07

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B031BD (or 0xB031BD) is known color: Dark Orchid. HEX triplet: B0, 31 and BD. RGB value is (176,49,189). Sum of RGB (Red+Green+Blue) = 176+49+189=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 49 (19.53% from 255 or 11.84% 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 #B031BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B031BD is #4FCE42. Grayscale: #666666. Windows color (decimal): -5230147 or 12399024. OLE color: 12399024.

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

Color convert

RGB 176 49 189 -
CMYK 0.07 0.74 0 0.26
HSL 294.43º 0.59% 0.47% -
HSV(B) 294.43º 0.74% 0.74% -
XYZ 28.19 15.1 49.57 -
YUV 102.93 176.58 180.12 -
System Red Green Blue C M Y K H S L
Decimal 176 49 189 0.07 0.74 0 0.26 294.43 0.59 0.47
Hex B0 31 BD 7 4A 0 1A 126 3B 2F
Octal 260 61 275 7 112 0 32 446 73 57
Binary 10110000 110001 10111101 111 1001010 0 11010 100100110 111011 101111

Color Harmonies of #B031BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B031BD

Black with #B031BD

Text Example


Text Example

White with #B031BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B031BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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