Html Css Color HEX #BD25D9 Dark Orchid

📋 copy color: '#BD25D9'

red 189 ◦ green 37 ◦ blue 217

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

Shades of Dark Orchid #BD25D9

Tints of Dark Orchid #BD25D9

RGB

 RED value IS 189 (74.22% from 255) = 42.66%

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

 BLUE value IS 217 (85.16% from 255) = 48.98%

R = 42.66%
G = 8.35%
B = 48.98%

CMYK

 C value IS 0.13

 M value IS 0.83

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BD25D9 (or 0xBD25D9) is known color: Dark Orchid. HEX triplet: BD, 25 and D9. RGB value is (189,37,217). Sum of RGB (Red+Green+Blue) = 189+37+217=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 37 (14.84% from 255 or 8.35% from 443); Blue value is 217 (85.16% from 255 or 48.98% from 443); Max value from RGB is 217 - color contains mainly: blue. Hex color #BD25D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD25D9 is #42DA26. Grayscale: #666666. Windows color (decimal): -4381223 or 14230973. OLE color: 14230973.

HSL color Cylindrical-coordinate representation of color #BD25D9: hue angle of 290.67º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD25D9 is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 37 217 -
CMYK 0.13 0.83 0 0.15
HSL 290.67º 0.71% 0.5% -
HSV(B) 290.67º 0.83% 0.85% -
XYZ 34.17 17.15 67.16 -
YUV 102.97 192.36 189.36 -
System Red Green Blue C M Y K H S L
Decimal 189 37 217 0.13 0.83 0 0.15 290.67 0.71 0.5
Hex BD 25 D9 D 53 0 F 123 47 32
Octal 275 45 331 15 123 0 17 443 107 62
Binary 10111101 100101 11011001 1101 1010011 0 1111 100100011 1000111 110010

Color Harmonies of #BD25D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD25D9

Black with #BD25D9

Text Example


Text Example

White with #BD25D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD25D9; }

 p { color: rgb(189,37,217); }

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

background-color css

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

 a { background-color: rgb(189,37,217); }

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

border-color css

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

 span { border-color: rgb(189,37,217); }

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