Html Css Color HEX #BD25DF Dark Orchid

📋 copy color: '#BD25DF'

red 189 ◦ green 37 ◦ blue 223

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

Shades of Dark Orchid #BD25DF

Tints of Dark Orchid #BD25DF

RGB

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

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

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

R = 42.09%
G = 8.24%
B = 49.67%

CMYK

 C value IS 0.15

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD25DF (or 0xBD25DF) is known color: Dark Orchid. HEX triplet: BD, 25 and DF. RGB value is (189,37,223). Sum of RGB (Red+Green+Blue) = 189+37+223=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 37 (14.84% from 255 or 8.24% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD25DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD25DF is #42DA20. Grayscale: #676767. Windows color (decimal): -4381217 or 14624189. OLE color: 14624189.

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

Color convert

RGB 189 37 223 -
CMYK 0.15 0.83 0 0.13
HSL 289.03º 0.74% 0.51% -
HSV(B) 289.03º 0.83% 0.87% -
XYZ 34.97 17.47 71.34 -
YUV 103.65 195.36 188.88 -
System Red Green Blue C M Y K H S L
Decimal 189 37 223 0.15 0.83 0 0.13 289.03 0.74 0.51
Hex BD 25 DF F 53 0 D 121 4A 33
Octal 275 45 337 17 123 0 15 441 112 63
Binary 10111101 100101 11011111 1111 1010011 0 1101 100100001 1001010 110011

Color Harmonies of #BD25DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD25DF

Black with #BD25DF

Text Example


Text Example

White with #BD25DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD25DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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