Html Css Color HEX #B631CE Dark Orchid

📋 copy color: '#B631CE'

red 182 ◦ green 49 ◦ blue 206

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

Shades of Dark Orchid #B631CE

Tints of Dark Orchid #B631CE

RGB

 RED value IS 182 (71.48% from 255) = 41.65%

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

 BLUE value IS 206 (80.86% from 255) = 47.14%

R = 41.65%
G = 11.21%
B = 47.14%

CMYK

 C value IS 0.12

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B631CE (or 0xB631CE) is known color: Dark Orchid. HEX triplet: B6, 31 and CE. RGB value is (182,49,206). Sum of RGB (Red+Green+Blue) = 182+49+206=437 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.65% from 437); Green value is 49 (19.53% from 255 or 11.21% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #B631CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B631CE is #49CE31. Grayscale: #6A6A6A. Windows color (decimal): -4836914 or 13513142. OLE color: 13513142.

HSL color Cylindrical-coordinate representation of color #B631CE: hue angle of 290.83º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B631CE is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 182 49 206 -
CMYK 0.12 0.76 0 0.19
HSL 290.83º 0.62% 0.5% -
HSV(B) 290.83º 0.76% 0.81% -
XYZ 31.53 16.6 59.93 -
YUV 106.67 184.06 181.73 -
System Red Green Blue C M Y K H S L
Decimal 182 49 206 0.12 0.76 0 0.19 290.83 0.62 0.5
Hex B6 31 CE C 4C 0 13 123 3E 32
Octal 266 61 316 14 114 0 23 443 76 62
Binary 10110110 110001 11001110 1100 1001100 0 10011 100100011 111110 110010

Color Harmonies of #B631CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B631CE

Black with #B631CE

Text Example


Text Example

White with #B631CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B631CE; }

 p { color: rgb(182,49,206); }

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

background-color css

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

 a { background-color: rgb(182,49,206); }

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

border-color css

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

 span { border-color: rgb(182,49,206); }

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