Html Css Color HEX #BA2BE0 Dark Orchid

📋 copy color: '#BA2BE0'

red 186 ◦ green 43 ◦ blue 224

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

Shades of Dark Orchid #BA2BE0

Tints of Dark Orchid #BA2BE0

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.49%

 BLUE value IS 224 (87.89% from 255) = 49.45%

R = 41.06%
G = 9.49%
B = 49.45%

CMYK

 C value IS 0.17

 M value IS 0.81

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BA2BE0 (or 0xBA2BE0) is known color: Dark Orchid. HEX triplet: BA, 2B and E0. RGB value is (186,43,224). Sum of RGB (Red+Green+Blue) = 186+43+224=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 43 (17.19% from 255 or 9.49% from 453); Blue value is 224 (87.89% from 255 or 49.45% from 453); Max value from RGB is 224 - color contains mainly: blue. Hex color #BA2BE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2BE0 is #45D41F. Grayscale: #696969. Windows color (decimal): -4576288 or 14691258. OLE color: 14691258.

HSL color Cylindrical-coordinate representation of color #BA2BE0: hue angle of 287.4º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA2BE0 is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 43 224 -
CMYK 0.17 0.81 0 0.12
HSL 287.4º 0.74% 0.52% -
HSV(B) 287.4º 0.81% 0.88% -
XYZ 34.57 17.55 72.09 -
YUV 106.39 194.38 184.78 -
System Red Green Blue C M Y K H S L
Decimal 186 43 224 0.17 0.81 0 0.12 287.4 0.74 0.52
Hex BA 2B E0 11 51 0 C 11F 4A 34
Octal 272 53 340 21 121 0 14 437 112 64
Binary 10111010 101011 11100000 10001 1010001 0 1100 100011111 1001010 110100

Color Harmonies of #BA2BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2BE0

Black with #BA2BE0

Text Example


Text Example

White with #BA2BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2BE0; }

 p { color: rgb(186,43,224); }

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

background-color css

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

 a { background-color: rgb(186,43,224); }

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

border-color css

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

 span { border-color: rgb(186,43,224); }

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