Html Css Color HEX #B631ED Dark Orchid

📋 copy color: '#B631ED'

red 182 ◦ green 49 ◦ blue 237

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

Shades of Dark Orchid #B631ED

Tints of Dark Orchid #B631ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.64%

R = 38.89%
G = 10.47%
B = 50.64%

CMYK

 C value IS 0.23

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B631ED (or 0xB631ED) is known color: Dark Orchid. HEX triplet: B6, 31 and ED. RGB value is (182,49,237). Sum of RGB (Red+Green+Blue) = 182+49+237=468 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.89% from 468); Green value is 49 (19.53% from 255 or 10.47% from 468); Blue value is 237 (92.97% from 255 or 50.64% from 468); Max value from RGB is 237 - color contains mainly: blue. Hex color #B631ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B631ED is #49CE12. Grayscale: #6D6D6D. Windows color (decimal): -4836883 or 15544758. OLE color: 15544758.

HSL color Cylindrical-coordinate representation of color #B631ED: hue angle of 282.45º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B631ED is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 49 237 -
CMYK 0.23 0.79 0 0.07
HSL 282.45º 0.84% 0.56% -
HSV(B) 282.45º 0.79% 0.93% -
XYZ 35.68 18.26 81.76 -
YUV 110.2 199.56 179.21 -
System Red Green Blue C M Y K H S L
Decimal 182 49 237 0.23 0.79 0 0.07 282.45 0.84 0.56
Hex B6 31 ED 17 4F 0 7 11A 54 38
Octal 266 61 355 27 117 0 7 432 124 70
Binary 10110110 110001 11101101 10111 1001111 0 111 100011010 1010100 111000

Color Harmonies of #B631ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B631ED

Black with #B631ED

Text Example


Text Example

White with #B631ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B631ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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