Html Css Color HEX #B319D4 Dark Orchid

📋 copy color: '#B319D4'

red 179 ◦ green 25 ◦ blue 212

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

Shades of Dark Orchid #B319D4

Tints of Dark Orchid #B319D4

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.01%

 BLUE value IS 212 (83.2% from 255) = 50.96%

R = 43.03%
G = 6.01%
B = 50.96%

CMYK

 C value IS 0.16

 M value IS 0.88

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B319D4 (or 0xB319D4) is known color: Dark Orchid. HEX triplet: B3, 19 and D4. RGB value is (179,25,212). Sum of RGB (Red+Green+Blue) = 179+25+212=416 (55% of max value = 765). Red value is 179 (70.31% from 255 or 43.03% from 416); Green value is 25 (10.16% from 255 or 6.01% from 416); Blue value is 212 (83.20% from 255 or 50.96% from 416); Max value from RGB is 212 - color contains mainly: blue. Hex color #B319D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B319D4 is #4CE62B. Grayscale: #5B5B5B. Windows color (decimal): -5039660 or 13900211. OLE color: 13900211.

HSL color Cylindrical-coordinate representation of color #B319D4: hue angle of 289.41º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B319D4 is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 179 25 212 -
CMYK 0.16 0.88 0 0.17
HSL 289.41º 0.79% 0.46% -
HSV(B) 289.41º 0.88% 0.83% -
XYZ 30.82 15.03 63.56 -
YUV 92.36 195.52 189.79 -
System Red Green Blue C M Y K H S L
Decimal 179 25 212 0.16 0.88 0 0.17 289.41 0.79 0.46
Hex B3 19 D4 10 58 0 11 121 4F 2E
Octal 263 31 324 20 130 0 21 441 117 56
Binary 10110011 11001 11010100 10000 1011000 0 10001 100100001 1001111 101110

Color Harmonies of #B319D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B319D4

Black with #B319D4

Text Example


Text Example

White with #B319D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B319D4; }

 p { color: rgb(179,25,212); }

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

background-color css

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

 a { background-color: rgb(179,25,212); }

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

border-color css

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

 span { border-color: rgb(179,25,212); }

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