Html Css Color HEX #B425C9 Dark Orchid

📋 copy color: '#B425C9'

red 180 ◦ green 37 ◦ blue 201

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

Shades of Dark Orchid #B425C9

Tints of Dark Orchid #B425C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 48.09%

R = 43.06%
G = 8.85%
B = 48.09%

CMYK

 C value IS 0.10

 M value IS 0.82

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B425C9 (or 0xB425C9) is known color: Dark Orchid. HEX triplet: B4, 25 and C9. RGB value is (180,37,201). Sum of RGB (Red+Green+Blue) = 180+37+201=418 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.06% from 418); Green value is 37 (14.84% from 255 or 8.85% from 418); Blue value is 201 (78.91% from 255 or 48.09% from 418); Max value from RGB is 201 - color contains mainly: blue. Hex color #B425C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B425C9 is #4BDA36. Grayscale: #616161. Windows color (decimal): -4971063 or 13182388. OLE color: 13182388.

HSL color Cylindrical-coordinate representation of color #B425C9: hue angle of 292.32º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B425C9 is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 180 37 201 -
CMYK 0.10 0.82 0 0.21
HSL 292.32º 0.69% 0.47% -
HSV(B) 292.32º 0.82% 0.79% -
XYZ 30.03 15.24 56.62 -
YUV 98.45 185.88 186.16 -
System Red Green Blue C M Y K H S L
Decimal 180 37 201 0.10 0.82 0 0.21 292.32 0.69 0.47
Hex B4 25 C9 A 52 0 15 124 45 2F
Octal 264 45 311 12 122 0 25 444 105 57
Binary 10110100 100101 11001001 1010 1010010 0 10101 100100100 1000101 101111

Color Harmonies of #B425C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B425C9

Black with #B425C9

Text Example


Text Example

White with #B425C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B425C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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