Html Css Color HEX #B631E0 Dark Orchid

📋 copy color: '#B631E0'

red 182 ◦ green 49 ◦ blue 224

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

Shades of Dark Orchid #B631E0

Tints of Dark Orchid #B631E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 49.23%

R = 40%
G = 10.77%
B = 49.23%

CMYK

 C value IS 0.19

 M value IS 0.78

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B631E0 (or 0xB631E0) is known color: Dark Orchid. HEX triplet: B6, 31 and E0. RGB value is (182,49,224). Sum of RGB (Red+Green+Blue) = 182+49+224=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 49 (19.53% from 255 or 10.77% from 455); Blue value is 224 (87.89% from 255 or 49.23% from 455); Max value from RGB is 224 - color contains mainly: blue. Hex color #B631E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B631E0 is #49CE1F. Grayscale: #6C6C6C. Windows color (decimal): -4836896 or 14692790. OLE color: 14692790.

HSL color Cylindrical-coordinate representation of color #B631E0: hue angle of 285.6º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B631E0 is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 182 49 224 -
CMYK 0.19 0.78 0 0.12
HSL 285.6º 0.74% 0.54% -
HSV(B) 285.6º 0.78% 0.88% -
XYZ 33.84 17.52 72.12 -
YUV 108.72 193.06 180.27 -
System Red Green Blue C M Y K H S L
Decimal 182 49 224 0.19 0.78 0 0.12 285.6 0.74 0.54
Hex B6 31 E0 13 4E 0 C 11E 4A 36
Octal 266 61 340 23 116 0 14 436 112 66
Binary 10110110 110001 11100000 10011 1001110 0 1100 100011110 1001010 110110

Color Harmonies of #B631E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B631E0

Black with #B631E0

Text Example


Text Example

White with #B631E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B631E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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