Html Css Color HEX #B425DD Dark Orchid

📋 copy color: '#B425DD'

red 180 ◦ green 37 ◦ blue 221

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

Shades of Dark Orchid #B425DD

Tints of Dark Orchid #B425DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.46%

R = 41.1%
G = 8.45%
B = 50.46%

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

#B425DD (or 0xB425DD) is known color: Dark Orchid. HEX triplet: B4, 25 and DD. RGB value is (180,37,221). Sum of RGB (Red+Green+Blue) = 180+37+221=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 37 (14.84% from 255 or 8.45% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #B425DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B425DD is #4BDA22. Grayscale: #646464. Windows color (decimal): -4971043 or 14493108. OLE color: 14493108.

HSL color Cylindrical-coordinate representation of color #B425DD: hue angle of 286.63º degrees, saturation: 0.73, 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 #B425DD is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 37 221 -
CMYK 0.19 0.83 0 0.13
HSL 286.63º 0.73% 0.51% -
HSV(B) 286.63º 0.83% 0.87% -
XYZ 32.54 16.25 69.83 -
YUV 100.73 195.88 184.54 -
System Red Green Blue C M Y K H S L
Decimal 180 37 221 0.19 0.83 0 0.13 286.63 0.73 0.51
Hex B4 25 DD 13 53 0 D 11F 49 33
Octal 264 45 335 23 123 0 15 437 111 63
Binary 10110100 100101 11011101 10011 1010011 0 1101 100011111 1001001 110011

Color Harmonies of #B425DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B425DD

Black with #B425DD

Text Example


Text Example

White with #B425DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B425DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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