Html Css Color HEX #B331BC Dark Orchid

📋 copy color: '#B331BC'

red 179 ◦ green 49 ◦ blue 188

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

Shades of Dark Orchid #B331BC

Tints of Dark Orchid #B331BC

RGB

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

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

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

R = 43.03%
G = 11.78%
B = 45.19%

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

#B331BC (or 0xB331BC) is known color: Dark Orchid. HEX triplet: B3, 31 and BC. RGB value is (179,49,188). Sum of RGB (Red+Green+Blue) = 179+49+188=416 (55% of max value = 765). Red value is 179 (70.31% from 255 or 43.03% from 416); Green value is 49 (19.53% from 255 or 11.78% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 188 - color contains mainly: blue. Hex color #B331BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B331BC is #4CCE43. Grayscale: #676767. Windows color (decimal): -5033540 or 12333491. OLE color: 12333491.

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

Color convert

RGB 179 49 188 -
CMYK 0.05 0.74 0 0.26
HSL 296.12º 0.59% 0.46% -
HSV(B) 296.12º 0.74% 0.74% -
XYZ 28.77 15.41 49.04 -
YUV 103.72 175.57 181.7 -
System Red Green Blue C M Y K H S L
Decimal 179 49 188 0.05 0.74 0 0.26 296.12 0.59 0.46
Hex B3 31 BC 5 4A 0 1A 128 3B 2E
Octal 263 61 274 5 112 0 32 450 73 56
Binary 10110011 110001 10111100 101 1001010 0 11010 100101000 111011 101110

Color Harmonies of #B331BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B331BC

Black with #B331BC

Text Example


Text Example

White with #B331BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B331BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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