Html Css Color HEX #BD26DC Dark Orchid

📋 copy color: '#BD26DC'

red 189 ◦ green 38 ◦ blue 220

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

Shades of Dark Orchid #BD26DC

Tints of Dark Orchid #BD26DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.22%

R = 42.28%
G = 8.5%
B = 49.22%

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

#BD26DC (or 0xBD26DC) is known color: Dark Orchid. HEX triplet: BD, 26 and DC. RGB value is (189,38,220). Sum of RGB (Red+Green+Blue) = 189+38+220=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 38 (15.23% from 255 or 8.50% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD26DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD26DC is #42D923. Grayscale: #676767. Windows color (decimal): -4380964 or 14427837. OLE color: 14427837.

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

Color convert

RGB 189 38 220 -
CMYK 0.14 0.83 0 0.14
HSL 289.78º 0.72% 0.51% -
HSV(B) 289.78º 0.83% 0.86% -
XYZ 34.6 17.37 69.24 -
YUV 103.9 193.53 188.7 -
System Red Green Blue C M Y K H S L
Decimal 189 38 220 0.14 0.83 0 0.14 289.78 0.72 0.51
Hex BD 26 DC E 53 0 E 122 48 33
Octal 275 46 334 16 123 0 16 442 110 63
Binary 10111101 100110 11011100 1110 1010011 0 1110 100100010 1001000 110011

Color Harmonies of #BD26DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD26DC

Black with #BD26DC

Text Example


Text Example

White with #BD26DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD26DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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