Html Css Color HEX #BA2DEB Dark Orchid

📋 copy color: '#BA2DEB'

red 186 ◦ green 45 ◦ blue 235

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

Shades of Dark Orchid #BA2DEB

Tints of Dark Orchid #BA2DEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.43%

R = 39.91%
G = 9.66%
B = 50.43%

CMYK

 C value IS 0.21

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA2DEB (or 0xBA2DEB) is known color: Dark Orchid. HEX triplet: BA, 2D and EB. RGB value is (186,45,235). Sum of RGB (Red+Green+Blue) = 186+45+235=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 45 (17.97% from 255 or 9.66% from 466); Blue value is 235 (92.19% from 255 or 50.43% from 466); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA2DEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA2DEB is #45D214. Grayscale: #6C6C6C. Windows color (decimal): -4575765 or 15412666. OLE color: 15412666.

HSL color Cylindrical-coordinate representation of color #BA2DEB: hue angle of 284.53º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA2DEB is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 45 235 -
CMYK 0.21 0.81 0 0.08
HSL 284.53º 0.83% 0.55% -
HSV(B) 284.53º 0.81% 0.92% -
XYZ 36.18 18.31 80.23 -
YUV 108.82 199.21 183.05 -
System Red Green Blue C M Y K H S L
Decimal 186 45 235 0.21 0.81 0 0.08 284.53 0.83 0.55
Hex BA 2D EB 15 51 0 8 11D 53 37
Octal 272 55 353 25 121 0 10 435 123 67
Binary 10111010 101101 11101011 10101 1010001 0 1000 100011101 1010011 110111

Color Harmonies of #BA2DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2DEB

Black with #BA2DEB

Text Example


Text Example

White with #BA2DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2DEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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