Html Css Color HEX #BD25E0 Dark Orchid

📋 copy color: '#BD25E0'

red 189 ◦ green 37 ◦ blue 224

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

Shades of Dark Orchid #BD25E0

Tints of Dark Orchid #BD25E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 49.78%

R = 42%
G = 8.22%
B = 49.78%

CMYK

 C value IS 0.16

 M value IS 0.83

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BD25E0 (or 0xBD25E0) is known color: Dark Orchid. HEX triplet: BD, 25 and E0. RGB value is (189,37,224). Sum of RGB (Red+Green+Blue) = 189+37+224=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 37 (14.84% from 255 or 8.22% from 450); Blue value is 224 (87.89% from 255 or 49.78% from 450); Max value from RGB is 224 - color contains mainly: blue. Hex color #BD25E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD25E0 is #42DA1F. Grayscale: #676767. Windows color (decimal): -4381216 or 14689725. OLE color: 14689725.

HSL color Cylindrical-coordinate representation of color #BD25E0: hue angle of 288.77º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD25E0 is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 37 224 -
CMYK 0.16 0.83 0 0.12
HSL 288.77º 0.75% 0.51% -
HSV(B) 288.77º 0.83% 0.88% -
XYZ 35.1 17.52 72.05 -
YUV 103.77 195.86 188.79 -
System Red Green Blue C M Y K H S L
Decimal 189 37 224 0.16 0.83 0 0.12 288.77 0.75 0.51
Hex BD 25 E0 10 53 0 C 121 4B 33
Octal 275 45 340 20 123 0 14 441 113 63
Binary 10111101 100101 11100000 10000 1010011 0 1100 100100001 1001011 110011

Color Harmonies of #BD25E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD25E0

Black with #BD25E0

Text Example


Text Example

White with #BD25E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD25E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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