Html Css Color HEX #B431ED Dark Orchid

📋 copy color: '#B431ED'

red 180 ◦ green 49 ◦ blue 237

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

Shades of Dark Orchid #B431ED

Tints of Dark Orchid #B431ED

RGB

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

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

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

R = 38.63%
G = 10.52%
B = 50.86%

CMYK

 C value IS 0.24

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B431ED (or 0xB431ED) is known color: Dark Orchid. HEX triplet: B4, 31 and ED. RGB value is (180,49,237). Sum of RGB (Red+Green+Blue) = 180+49+237=466 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.63% from 466); Green value is 49 (19.53% from 255 or 10.52% from 466); Blue value is 237 (92.97% from 255 or 50.86% from 466); Max value from RGB is 237 - color contains mainly: blue. Hex color #B431ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B431ED is #4BCE12. Grayscale: #6C6C6C. Windows color (decimal): -4967955 or 15544756. OLE color: 15544756.

HSL color Cylindrical-coordinate representation of color #B431ED: hue angle of 281.81º 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 #B431ED is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 49 237 -
CMYK 0.24 0.79 0 0.07
HSL 281.81º 0.84% 0.56% -
HSV(B) 281.81º 0.79% 0.93% -
XYZ 35.21 18.01 81.74 -
YUV 109.6 199.9 178.21 -
System Red Green Blue C M Y K H S L
Decimal 180 49 237 0.24 0.79 0 0.07 281.81 0.84 0.56
Hex B4 31 ED 18 4F 0 7 11A 54 38
Octal 264 61 355 30 117 0 7 432 124 70
Binary 10110100 110001 11101101 11000 1001111 0 111 100011010 1010100 111000

Color Harmonies of #B431ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B431ED

Black with #B431ED

Text Example


Text Example

White with #B431ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B431ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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