Html Css Color HEX #B631E4 Dark Orchid

📋 copy color: '#B631E4'

red 182 ◦ green 49 ◦ blue 228

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

Shades of Dark Orchid #B631E4

Tints of Dark Orchid #B631E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 49.67%

R = 39.65%
G = 10.68%
B = 49.67%

CMYK

 C value IS 0.20

 M value IS 0.79

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B631E4 (or 0xB631E4) is known color: Dark Orchid. HEX triplet: B6, 31 and E4. RGB value is (182,49,228). Sum of RGB (Red+Green+Blue) = 182+49+228=459 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.65% from 459); Green value is 49 (19.53% from 255 or 10.68% from 459); Blue value is 228 (89.45% from 255 or 49.67% from 459); Max value from RGB is 228 - color contains mainly: blue. Hex color #B631E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B631E4 is #49CE1B. Grayscale: #6C6C6C. Windows color (decimal): -4836892 or 14954934. OLE color: 14954934.

HSL color Cylindrical-coordinate representation of color #B631E4: hue angle of 284.58º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B631E4 is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 182 49 228 -
CMYK 0.20 0.79 0 0.11
HSL 284.58º 0.77% 0.54% -
HSV(B) 284.58º 0.79% 0.89% -
XYZ 34.39 17.74 75.01 -
YUV 109.17 195.06 179.95 -
System Red Green Blue C M Y K H S L
Decimal 182 49 228 0.20 0.79 0 0.11 284.58 0.77 0.54
Hex B6 31 E4 14 4F 0 B 11D 4D 36
Octal 266 61 344 24 117 0 13 435 115 66
Binary 10110110 110001 11100100 10100 1001111 0 1011 100011101 1001101 110110

Color Harmonies of #B631E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B631E4

Black with #B631E4

Text Example


Text Example

White with #B631E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B631E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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