Html Css Color HEX #BA2CEA Dark Orchid

📋 copy color: '#BA2CEA'

red 186 ◦ green 44 ◦ blue 234

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

Shades of Dark Orchid #BA2CEA

Tints of Dark Orchid #BA2CEA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.48%

 BLUE value IS 234 (91.8% from 255) = 50.43%

R = 40.09%
G = 9.48%
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

#BA2CEA (or 0xBA2CEA) is known color: Dark Orchid. HEX triplet: BA, 2C and EA. RGB value is (186,44,234). Sum of RGB (Red+Green+Blue) = 186+44+234=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 44 (17.58% from 255 or 9.48% from 464); Blue value is 234 (91.80% from 255 or 50.43% from 464); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA2CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA2CEA is #45D315. Grayscale: #6B6B6B. Windows color (decimal): -4576022 or 15346874. OLE color: 15346874.

HSL color Cylindrical-coordinate representation of color #BA2CEA: hue angle of 284.84º degrees, saturation: 0.82, 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 #BA2CEA is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 44 234 -
CMYK 0.21 0.81 0 0.08
HSL 284.84º 0.82% 0.55% -
HSV(B) 284.84º 0.81% 0.92% -
XYZ 36 18.18 79.45 -
YUV 108.12 199.04 183.55 -
System Red Green Blue C M Y K H S L
Decimal 186 44 234 0.21 0.81 0 0.08 284.84 0.82 0.55
Hex BA 2C EA 15 51 0 8 11D 52 37
Octal 272 54 352 25 121 0 10 435 122 67
Binary 10111010 101100 11101010 10101 1010001 0 1000 100011101 1010010 110111

Color Harmonies of #BA2CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2CEA

Black with #BA2CEA

Text Example


Text Example

White with #BA2CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2CEA; }

 p { color: rgb(186,44,234); }

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

background-color css

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

 a { background-color: rgb(186,44,234); }

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

border-color css

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

 span { border-color: rgb(186,44,234); }

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