Html Css Color HEX #B31EDD Dark Orchid

📋 copy color: '#B31EDD'

red 179 ◦ green 30 ◦ blue 221

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

Shades of Dark Orchid #B31EDD

Tints of Dark Orchid #B31EDD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.98%

 BLUE value IS 221 (86.72% from 255) = 51.4%

R = 41.63%
G = 6.98%
B = 51.4%

CMYK

 C value IS 0.19

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B31EDD (or 0xB31EDD) is known color: Dark Orchid. HEX triplet: B3, 1E and DD. RGB value is (179,30,221). Sum of RGB (Red+Green+Blue) = 179+30+221=430 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.63% from 430); Green value is 30 (12.11% from 255 or 6.98% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #B31EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31EDD is #4CE122. Grayscale: #5F5F5F. Windows color (decimal): -5038371 or 14491315. OLE color: 14491315.

HSL color Cylindrical-coordinate representation of color #B31EDD: hue angle of 286.81º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B31EDD is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 30 221 -
CMYK 0.19 0.86 0 0.13
HSL 286.81º 0.76% 0.49% -
HSV(B) 286.81º 0.86% 0.87% -
XYZ 32.11 15.73 69.75 -
YUV 96.33 198.36 186.97 -
System Red Green Blue C M Y K H S L
Decimal 179 30 221 0.19 0.86 0 0.13 286.81 0.76 0.49
Hex B3 1E DD 13 56 0 D 11F 4C 31
Octal 263 36 335 23 126 0 15 437 114 61
Binary 10110011 11110 11011101 10011 1010110 0 1101 100011111 1001100 110001

Color Harmonies of #B31EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31EDD

Black with #B31EDD

Text Example


Text Example

White with #B31EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31EDD; }

 p { color: rgb(179,30,221); }

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

background-color css

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

 a { background-color: rgb(179,30,221); }

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

border-color css

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

 span { border-color: rgb(179,30,221); }

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