Html Css Color HEX #BC26DA Dark Orchid

📋 copy color: '#BC26DA'

red 188 ◦ green 38 ◦ blue 218

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

Shades of Dark Orchid #BC26DA

Tints of Dark Orchid #BC26DA

RGB

 RED value IS 188 (73.83% from 255) = 42.34%

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

 BLUE value IS 218 (85.55% from 255) = 49.1%

R = 42.34%
G = 8.56%
B = 49.1%

CMYK

 C value IS 0.14

 M value IS 0.83

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BC26DA (or 0xBC26DA) is known color: Dark Orchid. HEX triplet: BC, 26 and DA. RGB value is (188,38,218). Sum of RGB (Red+Green+Blue) = 188+38+218=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 38 (15.23% from 255 or 8.56% from 444); Blue value is 218 (85.55% from 255 or 49.10% from 444); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC26DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC26DA is #43D925. Grayscale: #666666. Windows color (decimal): -4446502 or 14296764. OLE color: 14296764.

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

Color convert

RGB 188 38 218 -
CMYK 0.14 0.83 0 0.15
HSL 290º 0.71% 0.5% -
HSV(B) 290º 0.83% 0.85% -
XYZ 34.09 17.14 67.84 -
YUV 103.37 192.7 188.36 -
System Red Green Blue C M Y K H S L
Decimal 188 38 218 0.14 0.83 0 0.15 290 0.71 0.5
Hex BC 26 DA E 53 0 F 122 47 32
Octal 274 46 332 16 123 0 17 442 107 62
Binary 10111100 100110 11011010 1110 1010011 0 1111 100100010 1000111 110010

Color Harmonies of #BC26DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC26DA

Black with #BC26DA

Text Example


Text Example

White with #BC26DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC26DA; }

 p { color: rgb(188,38,218); }

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

background-color css

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

 a { background-color: rgb(188,38,218); }

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

border-color css

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

 span { border-color: rgb(188,38,218); }

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