Html Css Color HEX #B331DF Dark Orchid

📋 copy color: '#B331DF'

red 179 ◦ green 49 ◦ blue 223

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

Shades of Dark Orchid #B331DF

Tints of Dark Orchid #B331DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.45%

R = 39.69%
G = 10.86%
B = 49.45%

CMYK

 C value IS 0.20

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B331DF (or 0xB331DF) is known color: Dark Orchid. HEX triplet: B3, 31 and DF. RGB value is (179,49,223). Sum of RGB (Red+Green+Blue) = 179+49+223=451 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.69% from 451); Green value is 49 (19.53% from 255 or 10.86% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #B331DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B331DF is #4CCE20. Grayscale: #6B6B6B. Windows color (decimal): -5033505 or 14627251. OLE color: 14627251.

HSL color Cylindrical-coordinate representation of color #B331DF: hue angle of 284.83º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B331DF is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 49 223 -
CMYK 0.20 0.78 0 0.13
HSL 284.83º 0.73% 0.53% -
HSV(B) 284.83º 0.78% 0.87% -
XYZ 33.01 17.11 71.37 -
YUV 107.71 193.07 178.85 -
System Red Green Blue C M Y K H S L
Decimal 179 49 223 0.20 0.78 0 0.13 284.83 0.73 0.53
Hex B3 31 DF 14 4E 0 D 11D 49 35
Octal 263 61 337 24 116 0 15 435 111 65
Binary 10110011 110001 11011111 10100 1001110 0 1101 100011101 1001001 110101

Color Harmonies of #B331DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B331DF

Black with #B331DF

Text Example


Text Example

White with #B331DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B331DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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