Html Css Color HEX #BA30CF Dark Orchid

📋 copy color: '#BA30CF'

red 186 ◦ green 48 ◦ blue 207

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

Shades of Dark Orchid #BA30CF

Tints of Dark Orchid #BA30CF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.88%

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

R = 42.18%
G = 10.88%
B = 46.94%

CMYK

 C value IS 0.10

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA30CF (or 0xBA30CF) is known color: Dark Orchid. HEX triplet: BA, 30 and CF. RGB value is (186,48,207). Sum of RGB (Red+Green+Blue) = 186+48+207=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 48 (19.14% from 255 or 10.88% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA30CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA30CF is #45CF30. Grayscale: #6A6A6A. Windows color (decimal): -4575025 or 13578426. OLE color: 13578426.

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

Color convert

RGB 186 48 207 -
CMYK 0.10 0.77 0 0.19
HSL 292.08º 0.62% 0.5% -
HSV(B) 292.08º 0.77% 0.81% -
XYZ 32.57 17.06 60.61 -
YUV 107.39 184.22 184.07 -
System Red Green Blue C M Y K H S L
Decimal 186 48 207 0.10 0.77 0 0.19 292.08 0.62 0.5
Hex BA 30 CF A 4D 0 13 124 3E 32
Octal 272 60 317 12 115 0 23 444 76 62
Binary 10111010 110000 11001111 1010 1001101 0 10011 100100100 111110 110010

Color Harmonies of #BA30CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA30CF

Black with #BA30CF

Text Example


Text Example

White with #BA30CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA30CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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