Html Css Color HEX #BD26DD Dark Orchid

📋 copy color: '#BD26DD'

red 189 ◦ green 38 ◦ blue 221

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

Shades of Dark Orchid #BD26DD

Tints of Dark Orchid #BD26DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.33%

R = 42.19%
G = 8.48%
B = 49.33%

CMYK

 C value IS 0.14

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD26DD (or 0xBD26DD) is known color: Dark Orchid. HEX triplet: BD, 26 and DD. RGB value is (189,38,221). Sum of RGB (Red+Green+Blue) = 189+38+221=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 38 (15.23% from 255 or 8.48% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD26DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD26DD is #42D922. Grayscale: #676767. Windows color (decimal): -4380963 or 14493373. OLE color: 14493373.

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

Color convert

RGB 189 38 221 -
CMYK 0.14 0.83 0 0.13
HSL 289.51º 0.73% 0.51% -
HSV(B) 289.51º 0.83% 0.87% -
XYZ 34.73 17.43 69.94 -
YUV 104.01 194.03 188.62 -
System Red Green Blue C M Y K H S L
Decimal 189 38 221 0.14 0.83 0 0.13 289.51 0.73 0.51
Hex BD 26 DD E 53 0 D 122 49 33
Octal 275 46 335 16 123 0 15 442 111 63
Binary 10111101 100110 11011101 1110 1010011 0 1101 100100010 1001001 110011

Color Harmonies of #BD26DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD26DD

Black with #BD26DD

Text Example


Text Example

White with #BD26DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD26DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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