Html Css Color HEX #BA23CF Dark Orchid

📋 copy color: '#BA23CF'

red 186 ◦ green 35 ◦ blue 207

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

Shades of Dark Orchid #BA23CF

Tints of Dark Orchid #BA23CF

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.18%

 BLUE value IS 207 (81.25% from 255) = 48.36%

R = 43.46%
G = 8.18%
B = 48.36%

CMYK

 C value IS 0.10

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA23CF (or 0xBA23CF) is known color: Dark Orchid. HEX triplet: BA, 23 and CF. RGB value is (186,35,207). Sum of RGB (Red+Green+Blue) = 186+35+207=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 35 (14.06% from 255 or 8.18% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA23CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA23CF is #45DC30. Grayscale: #636363. Windows color (decimal): -4578353 or 13575098. OLE color: 13575098.

HSL color Cylindrical-coordinate representation of color #BA23CF: hue angle of 292.67º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA23CF is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 35 207 -
CMYK 0.10 0.83 0 0.19
HSL 292.67º 0.71% 0.47% -
HSV(B) 292.67º 0.83% 0.81% -
XYZ 32.11 16.15 60.46 -
YUV 99.76 188.53 189.51 -
System Red Green Blue C M Y K H S L
Decimal 186 35 207 0.10 0.83 0 0.19 292.67 0.71 0.47
Hex BA 23 CF A 53 0 13 125 47 2F
Octal 272 43 317 12 123 0 23 445 107 57
Binary 10111010 100011 11001111 1010 1010011 0 10011 100100101 1000111 101111

Color Harmonies of #BA23CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA23CF

Black with #BA23CF

Text Example


Text Example

White with #BA23CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA23CF; }

 p { color: rgb(186,35,207); }

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

background-color css

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

 a { background-color: rgb(186,35,207); }

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

border-color css

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

 span { border-color: rgb(186,35,207); }

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