Html Css Color HEX #B631F0 Dark Orchid

📋 copy color: '#B631F0'

red 182 ◦ green 49 ◦ blue 240

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

Shades of Dark Orchid #B631F0

Tints of Dark Orchid #B631F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 50.96%

R = 38.64%
G = 10.4%
B = 50.96%

CMYK

 C value IS 0.24

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B631F0 (or 0xB631F0) is known color: Dark Orchid. HEX triplet: B6, 31 and F0. RGB value is (182,49,240). Sum of RGB (Red+Green+Blue) = 182+49+240=471 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.64% from 471); Green value is 49 (19.53% from 255 or 10.40% from 471); Blue value is 240 (94.14% from 255 or 50.96% from 471); Max value from RGB is 240 - color contains mainly: blue. Hex color #B631F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B631F0 is #49CE0F. Grayscale: #6D6D6D. Windows color (decimal): -4836880 or 15741366. OLE color: 15741366.

HSL color Cylindrical-coordinate representation of color #B631F0: hue angle of 281.78º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B631F0 is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 182 49 240 -
CMYK 0.24 0.80 0 0.06
HSL 281.78º 0.86% 0.57% -
HSV(B) 281.78º 0.8% 0.94% -
XYZ 36.12 18.43 84.09 -
YUV 110.54 201.06 178.97 -
System Red Green Blue C M Y K H S L
Decimal 182 49 240 0.24 0.80 0 0.06 281.78 0.86 0.57
Hex B6 31 F0 18 50 0 6 11A 56 39
Octal 266 61 360 30 120 0 6 432 126 71
Binary 10110110 110001 11110000 11000 1010000 0 110 100011010 1010110 111001

Color Harmonies of #B631F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B631F0

Black with #B631F0

Text Example


Text Example

White with #B631F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B631F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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