Html Css Color HEX #BA67EE Medium Orchid

📋 copy color: '#BA67EE'

red 186 ◦ green 103 ◦ blue 238

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

Shades of Medium Orchid #BA67EE

Tints of Medium Orchid #BA67EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.16%

R = 35.29%
G = 19.54%
B = 45.16%

CMYK

 C value IS 0.22

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA67EE (or 0xBA67EE) is known color: Medium Orchid. HEX triplet: BA, 67 and EE. RGB value is (186,103,238). Sum of RGB (Red+Green+Blue) = 186+103+238=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 103 (40.62% from 255 or 19.54% from 527); Blue value is 238 (93.36% from 255 or 45.16% from 527); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA67EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA67EE is #459811. Grayscale: #8E8E8E. Windows color (decimal): -4560914 or 15624122. OLE color: 15624122.

HSL color Cylindrical-coordinate representation of color #BA67EE: hue angle of 276.89º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA67EE is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 103 238 -
CMYK 0.22 0.57 0 0.07
HSL 276.89º 0.8% 0.67% -
HSV(B) 276.89º 0.57% 0.93% -
XYZ 40.53 26.31 83.83 -
YUV 143.21 181.5 158.52 -
System Red Green Blue C M Y K H S L
Decimal 186 103 238 0.22 0.57 0 0.07 276.89 0.8 0.67
Hex BA 67 EE 16 39 0 7 115 50 43
Octal 272 147 356 26 71 0 7 425 120 103
Binary 10111010 1100111 11101110 10110 111001 0 111 100010101 1010000 1000011

Color Harmonies of #BA67EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA67EE

Black with #BA67EE

Text Example


Text Example

White with #BA67EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA67EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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