Html Css Color HEX #BD26DB Dark Orchid

📋 copy color: '#BD26DB'

red 189 ◦ green 38 ◦ blue 219

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

Shades of Dark Orchid #BD26DB

Tints of Dark Orchid #BD26DB

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.52%

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

R = 42.38%
G = 8.52%
B = 49.1%

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

#BD26DB (or 0xBD26DB) is known color: Dark Orchid. HEX triplet: BD, 26 and DB. RGB value is (189,38,219). Sum of RGB (Red+Green+Blue) = 189+38+219=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 38 (15.23% from 255 or 8.52% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD26DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD26DB is #42D924. Grayscale: #676767. Windows color (decimal): -4380965 or 14362301. OLE color: 14362301.

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

Color convert

RGB 189 38 219 -
CMYK 0.14 0.83 0 0.14
HSL 290.06º 0.72% 0.5% -
HSV(B) 290.06º 0.83% 0.86% -
XYZ 34.47 17.32 68.54 -
YUV 103.78 193.03 188.78 -
System Red Green Blue C M Y K H S L
Decimal 189 38 219 0.14 0.83 0 0.14 290.06 0.72 0.5
Hex BD 26 DB E 53 0 E 122 48 32
Octal 275 46 333 16 123 0 16 442 110 62
Binary 10111101 100110 11011011 1110 1010011 0 1110 100100010 1001000 110010

Color Harmonies of #BD26DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD26DB

Black with #BD26DB

Text Example


Text Example

White with #BD26DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD26DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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