Html Css Color HEX #B425DF Dark Orchid

📋 copy color: '#B425DF'

red 180 ◦ green 37 ◦ blue 223

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

Shades of Dark Orchid #B425DF

Tints of Dark Orchid #B425DF

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.41%

 BLUE value IS 223 (87.5% from 255) = 50.68%

R = 40.91%
G = 8.41%
B = 50.68%

CMYK

 C value IS 0.19

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B425DF (or 0xB425DF) is known color: Dark Orchid. HEX triplet: B4, 25 and DF. RGB value is (180,37,223). Sum of RGB (Red+Green+Blue) = 180+37+223=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 37 (14.84% from 255 or 8.41% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #B425DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B425DF is #4BDA20. Grayscale: #646464. Windows color (decimal): -4971041 or 14624180. OLE color: 14624180.

HSL color Cylindrical-coordinate representation of color #B425DF: hue angle of 286.13º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B425DF is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 37 223 -
CMYK 0.19 0.83 0 0.13
HSL 286.13º 0.74% 0.51% -
HSV(B) 286.13º 0.83% 0.87% -
XYZ 32.8 16.35 71.24 -
YUV 100.96 196.88 184.38 -
System Red Green Blue C M Y K H S L
Decimal 180 37 223 0.19 0.83 0 0.13 286.13 0.74 0.51
Hex B4 25 DF 13 53 0 D 11E 4A 33
Octal 264 45 337 23 123 0 15 436 112 63
Binary 10110100 100101 11011111 10011 1010011 0 1101 100011110 1001010 110011

Color Harmonies of #B425DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B425DF

Black with #B425DF

Text Example


Text Example

White with #B425DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B425DF; }

 p { color: rgb(180,37,223); }

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

background-color css

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

 a { background-color: rgb(180,37,223); }

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

border-color css

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

 span { border-color: rgb(180,37,223); }

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