Html Css Color HEX #BA67EC Medium Orchid

📋 copy color: '#BA67EC'

red 186 ◦ green 103 ◦ blue 236

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

Shades of Medium Orchid #BA67EC

Tints of Medium Orchid #BA67EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.95%

R = 35.43%
G = 19.62%
B = 44.95%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA67EC (or 0xBA67EC) is known color: Medium Orchid. HEX triplet: BA, 67 and EC. RGB value is (186,103,236). Sum of RGB (Red+Green+Blue) = 186+103+236=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 103 (40.62% from 255 or 19.62% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA67EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA67EC is #459813. Grayscale: #8E8E8E. Windows color (decimal): -4560916 or 15493050. OLE color: 15493050.

HSL color Cylindrical-coordinate representation of color #BA67EC: hue angle of 277.44º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA67EC is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 103 236 -
CMYK 0.21 0.56 0 0.07
HSL 277.44º 0.78% 0.66% -
HSV(B) 277.44º 0.56% 0.93% -
XYZ 40.24 26.2 82.29 -
YUV 142.98 180.5 158.69 -
System Red Green Blue C M Y K H S L
Decimal 186 103 236 0.21 0.56 0 0.07 277.44 0.78 0.66
Hex BA 67 EC 15 38 0 7 115 4E 42
Octal 272 147 354 25 70 0 7 425 116 102
Binary 10111010 1100111 11101100 10101 111000 0 111 100010101 1001110 1000010

Color Harmonies of #BA67EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA67EC

Black with #BA67EC

Text Example


Text Example

White with #BA67EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA67EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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