Html Css Color HEX #BD25DB Dark Orchid

📋 copy color: '#BD25DB'

red 189 ◦ green 37 ◦ blue 219

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

Shades of Dark Orchid #BD25DB

Tints of Dark Orchid #BD25DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.21%

R = 42.47%
G = 8.31%
B = 49.21%

CMYK

 C value IS 0.14

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD25DB (or 0xBD25DB) is known color: Dark Orchid. HEX triplet: BD, 25 and DB. RGB value is (189,37,219). Sum of RGB (Red+Green+Blue) = 189+37+219=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 37 (14.84% from 255 or 8.31% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD25DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD25DB is #42DA24. Grayscale: #666666. Windows color (decimal): -4381221 or 14362045. OLE color: 14362045.

HSL color Cylindrical-coordinate representation of color #BD25DB: hue angle of 290.11º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD25DB is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 37 219 -
CMYK 0.14 0.83 0 0.14
HSL 290.11º 0.72% 0.5% -
HSV(B) 290.11º 0.83% 0.86% -
XYZ 34.43 17.26 68.53 -
YUV 103.2 193.36 189.2 -
System Red Green Blue C M Y K H S L
Decimal 189 37 219 0.14 0.83 0 0.14 290.11 0.72 0.5
Hex BD 25 DB E 53 0 E 122 48 32
Octal 275 45 333 16 123 0 16 442 110 62
Binary 10111101 100101 11011011 1110 1010011 0 1110 100100010 1001000 110010

Color Harmonies of #BD25DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD25DB

Black with #BD25DB

Text Example


Text Example

White with #BD25DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD25DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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