Html Css Color HEX #BA67EB Medium Orchid

📋 copy color: '#BA67EB'

red 186 ◦ green 103 ◦ blue 235

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

Shades of Medium Orchid #BA67EB

Tints of Medium Orchid #BA67EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.85%

R = 35.5%
G = 19.66%
B = 44.85%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA67EB (or 0xBA67EB) is known color: Medium Orchid. HEX triplet: BA, 67 and EB. RGB value is (186,103,235). Sum of RGB (Red+Green+Blue) = 186+103+235=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 103 (40.62% from 255 or 19.66% from 524); Blue value is 235 (92.19% from 255 or 44.85% from 524); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA67EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA67EB is #459814. Grayscale: #8E8E8E. Windows color (decimal): -4560917 or 15427514. OLE color: 15427514.

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

Color convert

RGB 186 103 235 -
CMYK 0.21 0.56 0 0.08
HSL 277.73º 0.77% 0.66% -
HSV(B) 277.73º 0.56% 0.92% -
XYZ 40.1 26.14 81.53 -
YUV 142.87 180 158.77 -
System Red Green Blue C M Y K H S L
Decimal 186 103 235 0.21 0.56 0 0.08 277.73 0.77 0.66
Hex BA 67 EB 15 38 0 8 116 4D 42
Octal 272 147 353 25 70 0 10 426 115 102
Binary 10111010 1100111 11101011 10101 111000 0 1000 100010110 1001101 1000010

Color Harmonies of #BA67EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA67EB

Black with #BA67EB

Text Example


Text Example

White with #BA67EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA67EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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