Html Css Color HEX #B331BD Dark Orchid

📋 copy color: '#B331BD'

red 179 ◦ green 49 ◦ blue 189

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

Shades of Dark Orchid #B331BD

Tints of Dark Orchid #B331BD

RGB

 RED value IS 179 (70.31% from 255) = 42.93%

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

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

R = 42.93%
G = 11.75%
B = 45.32%

CMYK

 C value IS 0.05

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B331BD (or 0xB331BD) is known color: Dark Orchid. HEX triplet: B3, 31 and BD. RGB value is (179,49,189). Sum of RGB (Red+Green+Blue) = 179+49+189=417 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.93% from 417); Green value is 49 (19.53% from 255 or 11.75% from 417); Blue value is 189 (74.22% from 255 or 45.32% from 417); Max value from RGB is 189 - color contains mainly: blue. Hex color #B331BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B331BD is #4CCE42. Grayscale: #676767. Windows color (decimal): -5033539 or 12399027. OLE color: 12399027.

HSL color Cylindrical-coordinate representation of color #B331BD: hue angle of 295.71º 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 #B331BD is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 179 49 189 -
CMYK 0.05 0.74 0 0.26
HSL 295.71º 0.59% 0.47% -
HSV(B) 295.71º 0.74% 0.74% -
XYZ 28.87 15.45 49.61 -
YUV 103.83 176.07 181.62 -
System Red Green Blue C M Y K H S L
Decimal 179 49 189 0.05 0.74 0 0.26 295.71 0.59 0.47
Hex B3 31 BD 5 4A 0 1A 128 3B 2F
Octal 263 61 275 5 112 0 32 450 73 57
Binary 10110011 110001 10111101 101 1001010 0 11010 100101000 111011 101111

Color Harmonies of #B331BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B331BD

Black with #B331BD

Text Example


Text Example

White with #B331BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B331BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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