Html Css Color HEX #B431EA Dark Orchid

📋 copy color: '#B431EA'

red 180 ◦ green 49 ◦ blue 234

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

Shades of Dark Orchid #B431EA

Tints of Dark Orchid #B431EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.54%

R = 38.88%
G = 10.58%
B = 50.54%

CMYK

 C value IS 0.23

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B431EA (or 0xB431EA) is known color: Dark Orchid. HEX triplet: B4, 31 and EA. RGB value is (180,49,234). Sum of RGB (Red+Green+Blue) = 180+49+234=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 49 (19.53% from 255 or 10.58% from 463); Blue value is 234 (91.80% from 255 or 50.54% from 463); Max value from RGB is 234 - color contains mainly: blue. Hex color #B431EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B431EA is #4BCE15. Grayscale: #6C6C6C. Windows color (decimal): -4967958 or 15348148. OLE color: 15348148.

HSL color Cylindrical-coordinate representation of color #B431EA: hue angle of 282.49º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B431EA is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 180 49 234 -
CMYK 0.23 0.79 0 0.08
HSL 282.49º 0.81% 0.55% -
HSV(B) 282.49º 0.79% 0.92% -
XYZ 34.77 17.84 79.45 -
YUV 109.26 198.4 178.46 -
System Red Green Blue C M Y K H S L
Decimal 180 49 234 0.23 0.79 0 0.08 282.49 0.81 0.55
Hex B4 31 EA 17 4F 0 8 11A 51 37
Octal 264 61 352 27 117 0 10 432 121 67
Binary 10110100 110001 11101010 10111 1001111 0 1000 100011010 1010001 110111

Color Harmonies of #B431EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B431EA

Black with #B431EA

Text Example


Text Example

White with #B431EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B431EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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