Html Css Color HEX #BA67DA Medium Orchid

📋 copy color: '#BA67DA'

red 186 ◦ green 103 ◦ blue 218

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

Shades of Medium Orchid #BA67DA

Tints of Medium Orchid #BA67DA

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20.32%

 BLUE value IS 218 (85.55% from 255) = 43%

R = 36.69%
G = 20.32%
B = 43%

CMYK

 C value IS 0.15

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA67DA (or 0xBA67DA) is known color: Medium Orchid. HEX triplet: BA, 67 and DA. RGB value is (186,103,218). Sum of RGB (Red+Green+Blue) = 186+103+218=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 103 (40.62% from 255 or 20.32% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA67DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA67DA is #459825. Grayscale: #8C8C8C. Windows color (decimal): -4560934 or 14313402. OLE color: 14313402.

HSL color Cylindrical-coordinate representation of color #BA67DA: hue angle of 283.3º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA67DA is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 103 218 -
CMYK 0.15 0.53 0 0.15
HSL 283.3º 0.61% 0.63% -
HSV(B) 283.3º 0.53% 0.85% -
XYZ 37.75 25.2 69.2 -
YUV 140.93 171.5 160.15 -
System Red Green Blue C M Y K H S L
Decimal 186 103 218 0.15 0.53 0 0.15 283.3 0.61 0.63
Hex BA 67 DA F 35 0 F 11B 3D 3F
Octal 272 147 332 17 65 0 17 433 75 77
Binary 10111010 1100111 11011010 1111 110101 0 1111 100011011 111101 111111

Color Harmonies of #BA67DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA67DA

Black with #BA67DA

Text Example


Text Example

White with #BA67DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA67DA; }

 p { color: rgb(186,103,218); }

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

background-color css

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

 a { background-color: rgb(186,103,218); }

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

border-color css

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

 span { border-color: rgb(186,103,218); }

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