Html Css Color HEX #B431F3 Dark Orchid

📋 copy color: '#B431F3'

red 180 ◦ green 49 ◦ blue 243

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

Shades of Dark Orchid #B431F3

Tints of Dark Orchid #B431F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 51.48%

R = 38.14%
G = 10.38%
B = 51.48%

CMYK

 C value IS 0.26

 M value IS 0.80

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B431F3 (or 0xB431F3) is known color: Dark Orchid. HEX triplet: B4, 31 and F3. RGB value is (180,49,243). Sum of RGB (Red+Green+Blue) = 180+49+243=472 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.14% from 472); Green value is 49 (19.53% from 255 or 10.38% from 472); Blue value is 243 (95.31% from 255 or 51.48% from 472); Max value from RGB is 243 - color contains mainly: blue. Hex color #B431F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B431F3 is #4BCE0C. Grayscale: #6D6D6D. Windows color (decimal): -4967949 or 15937972. OLE color: 15937972.

HSL color Cylindrical-coordinate representation of color #B431F3: hue angle of 280.52º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B431F3 is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 180 49 243 -
CMYK 0.26 0.80 0 0.05
HSL 280.52º 0.89% 0.57% -
HSV(B) 280.52º 0.8% 0.95% -
XYZ 36.1 18.37 86.44 -
YUV 110.29 202.9 177.73 -
System Red Green Blue C M Y K H S L
Decimal 180 49 243 0.26 0.80 0 0.05 280.52 0.89 0.57
Hex B4 31 F3 1A 50 0 5 119 59 39
Octal 264 61 363 32 120 0 5 431 131 71
Binary 10110100 110001 11110011 11010 1010000 0 101 100011001 1011001 111001

Color Harmonies of #B431F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B431F3

Black with #B431F3

Text Example


Text Example

White with #B431F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B431F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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