Html Css Color HEX #B631CD Dark Orchid

📋 copy color: '#B631CD'

red 182 ◦ green 49 ◦ blue 205

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

Shades of Dark Orchid #B631CD

Tints of Dark Orchid #B631CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.02%

R = 41.74%
G = 11.24%
B = 47.02%

CMYK

 C value IS 0.11

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B631CD (or 0xB631CD) is known color: Dark Orchid. HEX triplet: B6, 31 and CD. RGB value is (182,49,205). Sum of RGB (Red+Green+Blue) = 182+49+205=436 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.74% from 436); Green value is 49 (19.53% from 255 or 11.24% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #B631CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B631CD is #49CE32. Grayscale: #6A6A6A. Windows color (decimal): -4836915 or 13447606. OLE color: 13447606.

HSL color Cylindrical-coordinate representation of color #B631CD: hue angle of 291.15º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B631CD is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 182 49 205 -
CMYK 0.11 0.76 0 0.20
HSL 291.15º 0.61% 0.5% -
HSV(B) 291.15º 0.76% 0.8% -
XYZ 31.41 16.55 59.3 -
YUV 106.55 183.56 181.82 -
System Red Green Blue C M Y K H S L
Decimal 182 49 205 0.11 0.76 0 0.20 291.15 0.61 0.5
Hex B6 31 CD B 4C 0 14 123 3D 32
Octal 266 61 315 13 114 0 24 443 75 62
Binary 10110110 110001 11001101 1011 1001100 0 10100 100100011 111101 110010

Color Harmonies of #B631CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B631CD

Black with #B631CD

Text Example


Text Example

White with #B631CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B631CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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