Html Css Color HEX #BA2BE7 Dark Orchid

📋 copy color: '#BA2BE7'

red 186 ◦ green 43 ◦ blue 231

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

Shades of Dark Orchid #BA2BE7

Tints of Dark Orchid #BA2BE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 50.22%

R = 40.43%
G = 9.35%
B = 50.22%

CMYK

 C value IS 0.19

 M value IS 0.81

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BA2BE7 (or 0xBA2BE7) is known color: Dark Orchid. HEX triplet: BA, 2B and E7. RGB value is (186,43,231). Sum of RGB (Red+Green+Blue) = 186+43+231=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 43 (17.19% from 255 or 9.35% from 460); Blue value is 231 (90.62% from 255 or 50.22% from 460); Max value from RGB is 231 - color contains mainly: blue. Hex color #BA2BE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA2BE7 is #45D418. Grayscale: #6A6A6A. Windows color (decimal): -4576281 or 15150010. OLE color: 15150010.

HSL color Cylindrical-coordinate representation of color #BA2BE7: hue angle of 285.64º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA2BE7 is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 43 231 -
CMYK 0.19 0.81 0 0.09
HSL 285.64º 0.8% 0.54% -
HSV(B) 285.64º 0.81% 0.91% -
XYZ 35.54 17.94 77.19 -
YUV 107.19 197.88 184.21 -
System Red Green Blue C M Y K H S L
Decimal 186 43 231 0.19 0.81 0 0.09 285.64 0.8 0.54
Hex BA 2B E7 13 51 0 9 11E 50 36
Octal 272 53 347 23 121 0 11 436 120 66
Binary 10111010 101011 11100111 10011 1010001 0 1001 100011110 1010000 110110

Color Harmonies of #BA2BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2BE7

Black with #BA2BE7

Text Example


Text Example

White with #BA2BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2BE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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