Html Css Color HEX #BA67ED Medium Orchid

📋 copy color: '#BA67ED'

red 186 ◦ green 103 ◦ blue 237

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

Shades of Medium Orchid #BA67ED

Tints of Medium Orchid #BA67ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.06%

R = 35.36%
G = 19.58%
B = 45.06%

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

#BA67ED (or 0xBA67ED) is known color: Medium Orchid. HEX triplet: BA, 67 and ED. RGB value is (186,103,237). Sum of RGB (Red+Green+Blue) = 186+103+237=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 103 (40.62% from 255 or 19.58% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA67ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA67ED is #459812. Grayscale: #8E8E8E. Windows color (decimal): -4560915 or 15558586. OLE color: 15558586.

HSL color Cylindrical-coordinate representation of color #BA67ED: hue angle of 277.16º degrees, saturation: 0.79, 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 #BA67ED is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 103 237 -
CMYK 0.22 0.57 0 0.07
HSL 277.16º 0.79% 0.67% -
HSV(B) 277.16º 0.57% 0.93% -
XYZ 40.39 26.25 83.06 -
YUV 143.09 181 158.6 -
System Red Green Blue C M Y K H S L
Decimal 186 103 237 0.22 0.57 0 0.07 277.16 0.79 0.67
Hex BA 67 ED 16 39 0 7 115 4F 43
Octal 272 147 355 26 71 0 7 425 117 103
Binary 10111010 1100111 11101101 10110 111001 0 111 100010101 1001111 1000011

Color Harmonies of #BA67ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA67ED

Black with #BA67ED

Text Example


Text Example

White with #BA67ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA67ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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