Html Css Color HEX #B331BF Dark Orchid

📋 copy color: '#B331BF'

red 179 ◦ green 49 ◦ blue 191

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

Shades of Dark Orchid #B331BF

Tints of Dark Orchid #B331BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.58%

R = 42.72%
G = 11.69%
B = 45.58%

CMYK

 C value IS 0.06

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B331BF (or 0xB331BF) is known color: Dark Orchid. HEX triplet: B3, 31 and BF. RGB value is (179,49,191). Sum of RGB (Red+Green+Blue) = 179+49+191=419 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.72% from 419); Green value is 49 (19.53% from 255 or 11.69% from 419); Blue value is 191 (75% from 255 or 45.58% from 419); Max value from RGB is 191 - color contains mainly: blue. Hex color #B331BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B331BF is #4CCE40. Grayscale: #676767. Windows color (decimal): -5033537 or 12530099. OLE color: 12530099.

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

Color convert

RGB 179 49 191 -
CMYK 0.06 0.74 0 0.25
HSL 294.93º 0.59% 0.47% -
HSV(B) 294.93º 0.74% 0.75% -
XYZ 29.09 15.54 50.76 -
YUV 104.06 177.07 181.45 -
System Red Green Blue C M Y K H S L
Decimal 179 49 191 0.06 0.74 0 0.25 294.93 0.59 0.47
Hex B3 31 BF 6 4A 0 19 127 3B 2F
Octal 263 61 277 6 112 0 31 447 73 57
Binary 10110011 110001 10111111 110 1001010 0 11001 100100111 111011 101111

Color Harmonies of #B331BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B331BF

Black with #B331BF

Text Example


Text Example

White with #B331BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B331BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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