Html Css Color HEX #BA2CEB Dark Orchid

📋 copy color: '#BA2CEB'

red 186 ◦ green 44 ◦ blue 235

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

Shades of Dark Orchid #BA2CEB

Tints of Dark Orchid #BA2CEB

RGB

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

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

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

R = 40%
G = 9.46%
B = 50.54%

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

#BA2CEB (or 0xBA2CEB) is known color: Dark Orchid. HEX triplet: BA, 2C and EB. RGB value is (186,44,235). Sum of RGB (Red+Green+Blue) = 186+44+235=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 44 (17.58% from 255 or 9.46% from 465); Blue value is 235 (92.19% from 255 or 50.54% from 465); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA2CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA2CEB is #45D314. Grayscale: #6B6B6B. Windows color (decimal): -4576021 or 15412410. OLE color: 15412410.

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

Color convert

RGB 186 44 235 -
CMYK 0.21 0.81 0 0.08
HSL 284.61º 0.83% 0.55% -
HSV(B) 284.61º 0.81% 0.92% -
XYZ 36.15 18.24 80.21 -
YUV 108.23 199.54 183.47 -
System Red Green Blue C M Y K H S L
Decimal 186 44 235 0.21 0.81 0 0.08 284.61 0.83 0.55
Hex BA 2C EB 15 51 0 8 11D 53 37
Octal 272 54 353 25 121 0 10 435 123 67
Binary 10111010 101100 11101011 10101 1010001 0 1000 100011101 1010011 110111

Color Harmonies of #BA2CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2CEB

Black with #BA2CEB

Text Example


Text Example

White with #BA2CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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