Html Css Color HEX #BA2DED Dark Orchid

📋 copy color: '#BA2DED'

red 186 ◦ green 45 ◦ blue 237

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

Shades of Dark Orchid #BA2DED

Tints of Dark Orchid #BA2DED

RGB

 RED value IS 186 (73.05% from 255) = 39.74%

 GREEN value IS 45 (17.97% from 255) = 9.62%

 BLUE value IS 237 (92.97% from 255) = 50.64%

R = 39.74%
G = 9.62%
B = 50.64%

CMYK

 C value IS 0.22

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA2DED (or 0xBA2DED) is known color: Dark Orchid. HEX triplet: BA, 2D and ED. RGB value is (186,45,237). Sum of RGB (Red+Green+Blue) = 186+45+237=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 45 (17.97% from 255 or 9.62% from 468); Blue value is 237 (92.97% from 255 or 50.64% from 468); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA2DED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA2DED is #45D212. Grayscale: #6C6C6C. Windows color (decimal): -4575763 or 15543738. OLE color: 15543738.

HSL color Cylindrical-coordinate representation of color #BA2DED: hue angle of 284.06º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA2DED is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 45 237 -
CMYK 0.22 0.81 0 0.07
HSL 284.06º 0.84% 0.55% -
HSV(B) 284.06º 0.81% 0.93% -
XYZ 36.47 18.43 81.76 -
YUV 109.05 200.21 182.89 -
System Red Green Blue C M Y K H S L
Decimal 186 45 237 0.22 0.81 0 0.07 284.06 0.84 0.55
Hex BA 2D ED 16 51 0 7 11C 54 37
Octal 272 55 355 26 121 0 7 434 124 67
Binary 10111010 101101 11101101 10110 1010001 0 111 100011100 1010100 110111

Color Harmonies of #BA2DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2DED

Black with #BA2DED

Text Example


Text Example

White with #BA2DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2DED; }

 p { color: rgb(186,45,237); }

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

background-color css

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

 a { background-color: rgb(186,45,237); }

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

border-color css

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

 span { border-color: rgb(186,45,237); }

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