Html Css Color HEX #B431E6 Dark Orchid

📋 copy color: '#B431E6'

red 180 ◦ green 49 ◦ blue 230

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

Shades of Dark Orchid #B431E6

Tints of Dark Orchid #B431E6

RGB

 RED value IS 180 (70.7% from 255) = 39.22%

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

 BLUE value IS 230 (90.23% from 255) = 50.11%

R = 39.22%
G = 10.68%
B = 50.11%

CMYK

 C value IS 0.22

 M value IS 0.79

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B431E6 (or 0xB431E6) is known color: Dark Orchid. HEX triplet: B4, 31 and E6. RGB value is (180,49,230). Sum of RGB (Red+Green+Blue) = 180+49+230=459 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.22% from 459); Green value is 49 (19.53% from 255 or 10.68% from 459); Blue value is 230 (90.23% from 255 or 50.11% from 459); Max value from RGB is 230 - color contains mainly: blue. Hex color #B431E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B431E6 is #4BCE19. Grayscale: #6C6C6C. Windows color (decimal): -4967962 or 15086004. OLE color: 15086004.

HSL color Cylindrical-coordinate representation of color #B431E6: hue angle of 283.43º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B431E6 is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 180 49 230 -
CMYK 0.22 0.79 0 0.10
HSL 283.43º 0.78% 0.55% -
HSV(B) 283.43º 0.79% 0.9% -
XYZ 34.2 17.61 76.46 -
YUV 108.8 196.4 178.78 -
System Red Green Blue C M Y K H S L
Decimal 180 49 230 0.22 0.79 0 0.10 283.43 0.78 0.55
Hex B4 31 E6 16 4F 0 A 11B 4E 37
Octal 264 61 346 26 117 0 12 433 116 67
Binary 10110100 110001 11100110 10110 1001111 0 1010 100011011 1001110 110111

Color Harmonies of #B431E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B431E6

Black with #B431E6

Text Example


Text Example

White with #B431E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B431E6; }

 p { color: rgb(180,49,230); }

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

background-color css

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

 a { background-color: rgb(180,49,230); }

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

border-color css

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

 span { border-color: rgb(180,49,230); }

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