Html Css Color HEX #B31FDA Dark Orchid

📋 copy color: '#B31FDA'

red 179 ◦ green 31 ◦ blue 218

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

Shades of Dark Orchid #B31FDA

Tints of Dark Orchid #B31FDA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.24%

 BLUE value IS 218 (85.55% from 255) = 50.93%

R = 41.82%
G = 7.24%
B = 50.93%

CMYK

 C value IS 0.18

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B31FDA (or 0xB31FDA) is known color: Dark Orchid. HEX triplet: B3, 1F and DA. RGB value is (179,31,218). Sum of RGB (Red+Green+Blue) = 179+31+218=428 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.82% from 428); Green value is 31 (12.5% from 255 or 7.24% from 428); Blue value is 218 (85.55% from 255 or 50.93% from 428); Max value from RGB is 218 - color contains mainly: blue. Hex color #B31FDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31FDA is #4CE025. Grayscale: #5F5F5F. Windows color (decimal): -5038118 or 14294963. OLE color: 14294963.

HSL color Cylindrical-coordinate representation of color #B31FDA: hue angle of 287.49º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B31FDA is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 179 31 218 -
CMYK 0.18 0.86 0 0.15
HSL 287.49º 0.75% 0.49% -
HSV(B) 287.49º 0.86% 0.85% -
XYZ 31.74 15.63 67.67 -
YUV 96.57 196.53 186.79 -
System Red Green Blue C M Y K H S L
Decimal 179 31 218 0.18 0.86 0 0.15 287.49 0.75 0.49
Hex B3 1F DA 12 56 0 F 11F 4B 31
Octal 263 37 332 22 126 0 17 437 113 61
Binary 10110011 11111 11011010 10010 1010110 0 1111 100011111 1001011 110001

Color Harmonies of #B31FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31FDA

Black with #B31FDA

Text Example


Text Example

White with #B31FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31FDA; }

 p { color: rgb(179,31,218); }

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

background-color css

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

 a { background-color: rgb(179,31,218); }

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

border-color css

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

 span { border-color: rgb(179,31,218); }

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